Shades of Vivid Violet #872A95
Tints of Vivid Violet #872A95
RGB
CMYK
RGB Variations
Color information
#872A95 (or 0x872A95) is known color: Vivid Violet. HEX triplet: 87, 2A and 95. RGB value is (135,42,149). Sum of RGB (Red+Green+Blue) = 135+42+149=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #872A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872A95 is #78D56A. Grayscale: #515151. Windows color (decimal): -7918955 or 9775751. OLE color: 9775751.
HSL color Cylindrical-coordinate representation of color #872A95: hue angle of 292.15º degrees, saturation: 0.56, 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 #872A95 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 42 | 149 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.42 |
| HSL | 292.15º | 0.56% | 0.37% | - |
| HSV(B) | 292.15º | 0.72% | 0.58% | - |
| XYZ | 16.24 | 8.98 | 29.31 | - |
| YUV | 82.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 149 | 0.09 | 0.72 | 0 | 0.42 | 292.15 | 0.56 | 0.37 |
| Hex | 87 | 2A | 95 | 9 | 48 | 0 | 2A | 124 | 38 | 25 |
| Octal | 207 | 52 | 225 | 11 | 110 | 0 | 52 | 444 | 70 | 45 |
| Binary | 10000111 | 101010 | 10010101 | 1001 | 1001000 | 0 | 101010 | 100100100 | 111000 | 100101 |
Color Harmonies of #872A95
Complementary color
Monochromatic Colors of #872A95
Black with #872A95
Text Example
Text Example
White with #872A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A95; }
p { color: rgb(135,42,149); }
H1.HeaderClassName
{
color: #872A95;
}
.AnyTagClassName
{
color: #872A95;
}
</style>
background-color css
<style>
a { background-color: #872A95; }
a { background-color: rgb(135,42,149); }
div.DivClassName
{
background-color: #872A95;
}
.BgClassName
{
background-color: #872A95;
}
</style>
border-color css
<style>
span { border-color: #872A95; }
span { border-color: rgb(135,42,149); }
td.TdClassName
{
border-color: #872A95;
}
.TagClassName
{
border-color: #872A95;
}
</style>