Shades of Vivid Violet #872092
Tints of Vivid Violet #872092
RGB
CMYK
RGB Variations
Color information
#872092 (or 0x872092) is known color: Vivid Violet. HEX triplet: 87, 20 and 92. RGB value is (135,32,146). Sum of RGB (Red+Green+Blue) = 135+32+146=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #872092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872092 is #78DF6D. Grayscale: #4B4B4B. Windows color (decimal): -7921518 or 9576583. OLE color: 9576583.
HSL color Cylindrical-coordinate representation of color #872092: hue angle of 294.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872092 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 32 | 146 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.43 |
| HSL | 294.21º | 0.64% | 0.35% | - |
| HSV(B) | 294.21º | 0.78% | 0.57% | - |
| XYZ | 15.7 | 8.26 | 27.96 | - |
| YUV | 75.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 146 | 0.08 | 0.78 | 0 | 0.43 | 294.21 | 0.64 | 0.35 |
| Hex | 87 | 20 | 92 | 8 | 4E | 0 | 2B | 126 | 40 | 23 |
| Octal | 207 | 40 | 222 | 10 | 116 | 0 | 53 | 446 | 100 | 43 |
| Binary | 10000111 | 100000 | 10010010 | 1000 | 1001110 | 0 | 101011 | 100100110 | 1000000 | 100011 |
Color Harmonies of #872092
Complementary color
Monochromatic Colors of #872092
Black with #872092
Text Example
Text Example
White with #872092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872092; }
p { color: rgb(135,32,146); }
H1.HeaderClassName
{
color: #872092;
}
.AnyTagClassName
{
color: #872092;
}
</style>
background-color css
<style>
a { background-color: #872092; }
a { background-color: rgb(135,32,146); }
div.DivClassName
{
background-color: #872092;
}
.BgClassName
{
background-color: #872092;
}
</style>
border-color css
<style>
span { border-color: #872092; }
span { border-color: rgb(135,32,146); }
td.TdClassName
{
border-color: #872092;
}
.TagClassName
{
border-color: #872092;
}
</style>