Shades of Vivid Violet #872995
Tints of Vivid Violet #872995
RGB
CMYK
RGB Variations
Color information
#872995 (or 0x872995) is known color: Vivid Violet. HEX triplet: 87, 29 and 95. RGB value is (135,41,149). Sum of RGB (Red+Green+Blue) = 135+41+149=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #872995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872995 is #78D66A. Grayscale: #515151. Windows color (decimal): -7919211 or 9775495. OLE color: 9775495.
HSL color Cylindrical-coordinate representation of color #872995: hue angle of 292.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872995 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 41 | 149 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.42 |
| HSL | 292.22º | 0.57% | 0.37% | - |
| HSV(B) | 292.22º | 0.72% | 0.58% | - |
| XYZ | 16.21 | 8.91 | 29.3 | - |
| YUV | 81.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 149 | 0.09 | 0.72 | 0 | 0.42 | 292.22 | 0.57 | 0.37 |
| Hex | 87 | 29 | 95 | 9 | 48 | 0 | 2A | 124 | 39 | 25 |
| Octal | 207 | 51 | 225 | 11 | 110 | 0 | 52 | 444 | 71 | 45 |
| Binary | 10000111 | 101001 | 10010101 | 1001 | 1001000 | 0 | 101010 | 100100100 | 111001 | 100101 |
Color Harmonies of #872995
Complementary color
Monochromatic Colors of #872995
Black with #872995
Text Example
Text Example
White with #872995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872995; }
p { color: rgb(135,41,149); }
H1.HeaderClassName
{
color: #872995;
}
.AnyTagClassName
{
color: #872995;
}
</style>
background-color css
<style>
a { background-color: #872995; }
a { background-color: rgb(135,41,149); }
div.DivClassName
{
background-color: #872995;
}
.BgClassName
{
background-color: #872995;
}
</style>
border-color css
<style>
span { border-color: #872995; }
span { border-color: rgb(135,41,149); }
td.TdClassName
{
border-color: #872995;
}
.TagClassName
{
border-color: #872995;
}
</style>