Shades of Violent Violet #200159
Tints of Violent Violet #200159
RGB
CMYK
RGB Variations
Color information
#200159 (or 0x200159) is known color: Violent Violet. HEX triplet: 20, 01 and 59. RGB value is (32,1,89). Sum of RGB (Red+Green+Blue) = 32+1+89=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #200159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200159 is #DFFEA6. Grayscale: #131313. Windows color (decimal): -14679719 or 5832992. OLE color: 5832992.
HSL color Cylindrical-coordinate representation of color #200159: hue angle of 261.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200159 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 1 | 89 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.65 |
| HSL | 261.14º | 0.98% | 0.18% | - |
| HSV(B) | 261.14º | 0.99% | 0.35% | - |
| XYZ | 2.41 | 1.05 | 9.53 | - |
| YUV | 20.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 89 | 0.64 | 0.99 | 0 | 0.65 | 261.14 | 0.98 | 0.18 |
| Hex | 20 | 1 | 59 | 40 | 63 | 0 | 41 | 105 | 62 | 12 |
| Octal | 40 | 1 | 131 | 100 | 143 | 0 | 101 | 405 | 142 | 22 |
| Binary | 100000 | 1 | 1011001 | 1000000 | 1100011 | 0 | 1000001 | 100000101 | 1100010 | 10010 |
Color Harmonies of #200159
Complementary color
Monochromatic Colors of #200159
Black with #200159
Text Example
Text Example
White with #200159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200159; }
p { color: rgb(32,1,89); }
H1.HeaderClassName
{
color: #200159;
}
.AnyTagClassName
{
color: #200159;
}
</style>
background-color css
<style>
a { background-color: #200159; }
a { background-color: rgb(32,1,89); }
div.DivClassName
{
background-color: #200159;
}
.BgClassName
{
background-color: #200159;
}
</style>
border-color css
<style>
span { border-color: #200159; }
span { border-color: rgb(32,1,89); }
td.TdClassName
{
border-color: #200159;
}
.TagClassName
{
border-color: #200159;
}
</style>