Shades of Vivid Violet #872E9E
Tints of Vivid Violet #872E9E
RGB
CMYK
RGB Variations
Color information
#872E9E (or 0x872E9E) is known color: Vivid Violet. HEX triplet: 87, 2E and 9E. RGB value is (135,46,158). Sum of RGB (Red+Green+Blue) = 135+46+158=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #872E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872E9E is #78D161. Grayscale: #555555. Windows color (decimal): -7917922 or 10366599. OLE color: 10366599.
HSL color Cylindrical-coordinate representation of color #872E9E: hue angle of 287.68º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872E9E is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 46 | 158 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.38 |
| HSL | 287.68º | 0.55% | 0.4% | - |
| HSV(B) | 287.68º | 0.71% | 0.62% | - |
| XYZ | 17.14 | 9.57 | 33.29 | - |
| YUV | 85.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 158 | 0.15 | 0.71 | 0 | 0.38 | 287.68 | 0.55 | 0.4 |
| Hex | 87 | 2E | 9E | F | 47 | 0 | 26 | 120 | 37 | 28 |
| Octal | 207 | 56 | 236 | 17 | 107 | 0 | 46 | 440 | 67 | 50 |
| Binary | 10000111 | 101110 | 10011110 | 1111 | 1000111 | 0 | 100110 | 100100000 | 110111 | 101000 |
Color Harmonies of #872E9E
Complementary color
Monochromatic Colors of #872E9E
Black with #872E9E
Text Example
Text Example
White with #872E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E9E; }
p { color: rgb(135,46,158); }
H1.HeaderClassName
{
color: #872E9E;
}
.AnyTagClassName
{
color: #872E9E;
}
</style>
background-color css
<style>
a { background-color: #872E9E; }
a { background-color: rgb(135,46,158); }
div.DivClassName
{
background-color: #872E9E;
}
.BgClassName
{
background-color: #872E9E;
}
</style>
border-color css
<style>
span { border-color: #872E9E; }
span { border-color: rgb(135,46,158); }
td.TdClassName
{
border-color: #872E9E;
}
.TagClassName
{
border-color: #872E9E;
}
</style>