#872496

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

Shades of Vivid Violet #872496

Tints of Vivid Violet #872496

Color information

#872496 (or 0x872496) is unknown color: approx Vivid Violet. HEX triplet: 87, 24 and 96. RGB value is (135,36,150). Sum of RGB (Red+Green+Blue) = 135+36+150=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #872496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872496 is #78DB69. Grayscale: #4E4E4E. Windows color (decimal): -7920490 or 9839751. OLE color: 9839751.

HSL color Cylindrical-coordinate representation of color #872496: hue angle of 292.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872496 is Cyan = 0.1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13536150-
CMYK0.10.7600.41
HSL292.11º61.29%36.47%-
HSV(B)292.11º76%58.82%-
XYZ16.138.6129.67-
YUV78.6168.3168.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=42.06%
G=11.21%
B=46.73%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135361500.10.7600.41292.1161.2936.47
Hex872496A4C0291243d24
Octal20744226121140514447544
Binary1000011110010010010110101010011000101001100100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872496; }

 p { color: rgb(135,36,150); }

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

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

 a { background-color: rgb(135,36,150); }

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

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

 span { border-color: rgb(135,36,150); }

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