#872AA9

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

Shades of Vivid Violet #872AA9

Tints of Vivid Violet #872AA9

Color information

#872AA9 (or 0x872AA9) is unknown color: approx Vivid Violet. HEX triplet: 87, 2A and A9. RGB value is (135,42,169). Sum of RGB (Red+Green+Blue) = 135+42+169=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #872AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872AA9 is #78D556. Grayscale: #535353. Windows color (decimal): -7918935 or 11086471. OLE color: 11086471.

HSL color Cylindrical-coordinate representation of color #872AA9: hue angle of 283.94º 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 #872AA9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13542169-
CMYK0.200.7500.34
HSL283.94º60.19%41.37%-
HSV(B)283.94º75.15%66.27%-
XYZ17.989.6738.46-
YUV84.28175.81164.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 42 (16.80% from 255) = 12.14%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=39.02%
G=12.14%
B=48.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal135421690.200.7500.34283.9460.1941.37
Hex872AA9144B02211c3c29
Octal20752251241130424347451
Binary10000111101010101010011010010010110100010100011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872AA9; }

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

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

<style>
 a { background-color: #872AA9; }

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

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

<style>
 span { border-color: #872AA9; }

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

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