Shades of Vivid Violet #872095
Tints of Vivid Violet #872095
RGB
CMYK
RGB Variations
Color information
#872095 (or 0x872095) is known color: Vivid Violet. HEX triplet: 87, 20 and 95. RGB value is (135,32,149). Sum of RGB (Red+Green+Blue) = 135+32+149=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #872095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872095 is #78DF6A. Grayscale: #4B4B4B. Windows color (decimal): -7921515 or 9773191. OLE color: 9773191.
HSL color Cylindrical-coordinate representation of color #872095: hue angle of 292.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872095 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 32 | 149 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.42 |
| HSL | 292.82º | 0.65% | 0.35% | - |
| HSV(B) | 292.82º | 0.79% | 0.58% | - |
| XYZ | 15.93 | 8.35 | 29.21 | - |
| YUV | 76.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 149 | 0.09 | 0.79 | 0 | 0.42 | 292.82 | 0.65 | 0.35 |
| Hex | 87 | 20 | 95 | 9 | 4F | 0 | 2A | 125 | 41 | 23 |
| Octal | 207 | 40 | 225 | 11 | 117 | 0 | 52 | 445 | 101 | 43 |
| Binary | 10000111 | 100000 | 10010101 | 1001 | 1001111 | 0 | 101010 | 100100101 | 1000001 | 100011 |
Color Harmonies of #872095
Complementary color
Monochromatic Colors of #872095
Black with #872095
Text Example
Text Example
White with #872095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872095; }
p { color: rgb(135,32,149); }
H1.HeaderClassName
{
color: #872095;
}
.AnyTagClassName
{
color: #872095;
}
</style>
background-color css
<style>
a { background-color: #872095; }
a { background-color: rgb(135,32,149); }
div.DivClassName
{
background-color: #872095;
}
.BgClassName
{
background-color: #872095;
}
</style>
border-color css
<style>
span { border-color: #872095; }
span { border-color: rgb(135,32,149); }
td.TdClassName
{
border-color: #872095;
}
.TagClassName
{
border-color: #872095;
}
</style>