#8117A7

Color #8117A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8117A7

Tints of Vivid Violet #8117A7

Color information

#8117A7 (or 0x8117A7) is unknown color: approx Vivid Violet. HEX triplet: 81, 17 and A7. RGB value is (129,23,167). Sum of RGB (Red+Green+Blue) = 129+23+167=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #8117A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8117A7 is #7EE858. Grayscale: #464646. Windows color (decimal): -8317017 or 10950529. OLE color: 10950529.

HSL color Cylindrical-coordinate representation of color #8117A7: hue angle of 284.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8117A7 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12923167-
CMYK0.230.8600.35
HSL284.17º75.79%37.25%-
HSV(B)284.17º86.23%65.49%-
XYZ16.338.0737.26-
YUV71.11182.12169.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 167 (65.62% from 255) = 52.35%
R=40.44%
G=7.21%
B=52.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129231670.230.8600.35284.1775.7937.25
Hex8117A7175602311c4c25
Octal201272472712604343411445
Binary10000001101111010011110111101011001000111000111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8117A7; }

 p { color: rgb(129,23,167); }

 H1.HeaderClassName
 {
   color: #8117A7;
 }
 .AnyTagClassName
 {
   color: #8117A7;
 }
</style>
background-color css

<style>
 a { background-color: #8117A7; }

 a { background-color: rgb(129,23,167); }

 div.DivClassName
 {
   background-color: #8117A7;
 }
 .BgClassName
 {
   background-color: #8117A7;
 }
</style>
border-color css

<style>
 span { border-color: #8117A7; }

 span { border-color: rgb(129,23,167); }

 td.TdClassName
 {
   border-color: #8117A7;
 }
 .TagClassName
 {
   border-color: #8117A7;
 }
</style>