Shades of Vivid Violet #872C96
Tints of Vivid Violet #872C96
RGB
CMYK
RGB Variations
Color information
#872C96 (or 0x872C96) is known color: Vivid Violet. HEX triplet: 87, 2C and 96. RGB value is (135,44,150). Sum of RGB (Red+Green+Blue) = 135+44+150=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #872C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C96 is #78D369. Grayscale: #525252. Windows color (decimal): -7918442 or 9841799. OLE color: 9841799.
HSL color Cylindrical-coordinate representation of color #872C96: hue angle of 291.51º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872C96 is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 44 | 150 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.41 |
| HSL | 291.51º | 0.55% | 0.38% | - |
| HSV(B) | 291.51º | 0.71% | 0.59% | - |
| XYZ | 16.4 | 9.15 | 29.76 | - |
| YUV | 83.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 150 | 0.1 | 0.71 | 0 | 0.41 | 291.51 | 0.55 | 0.38 |
| Hex | 87 | 2C | 96 | A | 47 | 0 | 29 | 124 | 37 | 26 |
| Octal | 207 | 54 | 226 | 12 | 107 | 0 | 51 | 444 | 67 | 46 |
| Binary | 10000111 | 101100 | 10010110 | 1010 | 1000111 | 0 | 101001 | 100100100 | 110111 | 100110 |
Color Harmonies of #872C96
Complementary color
Monochromatic Colors of #872C96
Black with #872C96
Text Example
Text Example
White with #872C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C96; }
p { color: rgb(135,44,150); }
H1.HeaderClassName
{
color: #872C96;
}
.AnyTagClassName
{
color: #872C96;
}
</style>
background-color css
<style>
a { background-color: #872C96; }
a { background-color: rgb(135,44,150); }
div.DivClassName
{
background-color: #872C96;
}
.BgClassName
{
background-color: #872C96;
}
</style>
border-color css
<style>
span { border-color: #872C96; }
span { border-color: rgb(135,44,150); }
td.TdClassName
{
border-color: #872C96;
}
.TagClassName
{
border-color: #872C96;
}
</style>