Shades of Vivid Violet #872590
Tints of Vivid Violet #872590
RGB
CMYK
RGB Variations
Color information
#872590 (or 0x872590) is known color: Vivid Violet. HEX triplet: 87, 25 and 90. RGB value is (135,37,144). Sum of RGB (Red+Green+Blue) = 135+37+144=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #872590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872590 is #78DA6F. Grayscale: #4E4E4E. Windows color (decimal): -7920240 or 9446791. OLE color: 9446791.
HSL color Cylindrical-coordinate representation of color #872590: hue angle of 294.95º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872590 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 37 | 144 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.44 |
| HSL | 294.95º | 0.59% | 0.35% | - |
| HSV(B) | 294.95º | 0.74% | 0.56% | - |
| XYZ | 15.69 | 8.49 | 27.2 | - |
| YUV | 78.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 144 | 0.06 | 0.74 | 0 | 0.44 | 294.95 | 0.59 | 0.35 |
| Hex | 87 | 25 | 90 | 6 | 4A | 0 | 2C | 127 | 3B | 23 |
| Octal | 207 | 45 | 220 | 6 | 112 | 0 | 54 | 447 | 73 | 43 |
| Binary | 10000111 | 100101 | 10010000 | 110 | 1001010 | 0 | 101100 | 100100111 | 111011 | 100011 |
Color Harmonies of #872590
Complementary color
Monochromatic Colors of #872590
Black with #872590
Text Example
Text Example
White with #872590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872590; }
p { color: rgb(135,37,144); }
H1.HeaderClassName
{
color: #872590;
}
.AnyTagClassName
{
color: #872590;
}
</style>
background-color css
<style>
a { background-color: #872590; }
a { background-color: rgb(135,37,144); }
div.DivClassName
{
background-color: #872590;
}
.BgClassName
{
background-color: #872590;
}
</style>
border-color css
<style>
span { border-color: #872590; }
span { border-color: rgb(135,37,144); }
td.TdClassName
{
border-color: #872590;
}
.TagClassName
{
border-color: #872590;
}
</style>