Shades of Vivid Violet #872496
Tints of Vivid Violet #872496
RGB
CMYK
RGB Variations
Color information
#872496 (or 0x872496) is known color: 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
| RGB | 135 | 36 | 150 | - |
| CMYK | 0.1 | 0.76 | 0 | 0.41 |
| HSL | 292.11º | 0.61% | 0.36% | - |
| HSV(B) | 292.11º | 0.76% | 0.59% | - |
| XYZ | 16.13 | 8.61 | 29.67 | - |
| YUV | 78.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 150 | 0.1 | 0.76 | 0 | 0.41 | 292.11 | 0.61 | 0.36 |
| Hex | 87 | 24 | 96 | A | 4C | 0 | 29 | 124 | 3D | 24 |
| Octal | 207 | 44 | 226 | 12 | 114 | 0 | 51 | 444 | 75 | 44 |
| Binary | 10000111 | 100100 | 10010110 | 1010 | 1001100 | 0 | 101001 | 100100100 | 111101 | 100100 |
Color Harmonies of #872496
Complementary color
Monochromatic Colors of #872496
Black with #872496
Text Example
Text Example
White with #872496
Text Example
Text Example
HTML Codes & Css Web 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>