#8C2AA9

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

Shades of Vivid Violet #8C2AA9

Tints of Vivid Violet #8C2AA9

Color information

#8C2AA9 (or 0x8C2AA9) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2A and A9. RGB value is (140,42,169). Sum of RGB (Red+Green+Blue) = 140+42+169=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #8C2AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AA9 is #73D556. Grayscale: #555555. Windows color (decimal): -7591255 or 11086476. OLE color: 11086476.

HSL color Cylindrical-coordinate representation of color #8C2AA9: hue angle of 286.3º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2AA9 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14042169-
CMYK0.170.7500.34
HSL286.3º60.19%41.37%-
HSV(B)286.3º75.15%66.27%-
XYZ18.810.138.49-
YUV85.78174.97166.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=39.89%
G=11.97%
B=48.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140421690.170.7500.34286.360.1941.37
Hex8C2AA9114B02211e3c29
Octal21452251211130424367451
Binary10001100101010101010011000110010110100010100011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2AA9; }

 p { color: rgb(140,42,169); }

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

<style>
 a { background-color: #8C2AA9; }

 a { background-color: rgb(140,42,169); }

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

<style>
 span { border-color: #8C2AA9; }

 span { border-color: rgb(140,42,169); }

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