Shades of Violent Violet #200153
Tints of Violent Violet #200153
RGB
CMYK
RGB Variations
Color information
#200153 (or 0x200153) is known color: Violent Violet. HEX triplet: 20, 01 and 53. RGB value is (32,1,83). Sum of RGB (Red+Green+Blue) = 32+1+83=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #200153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200153 is #DFFEAC. Grayscale: #131313. Windows color (decimal): -14679725 or 5439776. OLE color: 5439776.
HSL color Cylindrical-coordinate representation of color #200153: hue angle of 262.68º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200153 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 1 | 83 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.67 |
| HSL | 262.68º | 0.98% | 0.16% | - |
| HSV(B) | 262.68º | 0.99% | 0.33% | - |
| XYZ | 2.17 | 0.95 | 8.25 | - |
| YUV | 19.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 83 | 0.61 | 0.99 | 0 | 0.67 | 262.68 | 0.98 | 0.16 |
| Hex | 20 | 1 | 53 | 3D | 63 | 0 | 43 | 107 | 62 | 10 |
| Octal | 40 | 1 | 123 | 75 | 143 | 0 | 103 | 407 | 142 | 20 |
| Binary | 100000 | 1 | 1010011 | 111101 | 1100011 | 0 | 1000011 | 100000111 | 1100010 | 10000 |
Color Harmonies of #200153
Complementary color
Monochromatic Colors of #200153
Black with #200153
Text Example
Text Example
White with #200153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200153; }
p { color: rgb(32,1,83); }
H1.HeaderClassName
{
color: #200153;
}
.AnyTagClassName
{
color: #200153;
}
</style>
background-color css
<style>
a { background-color: #200153; }
a { background-color: rgb(32,1,83); }
div.DivClassName
{
background-color: #200153;
}
.BgClassName
{
background-color: #200153;
}
</style>
border-color css
<style>
span { border-color: #200153; }
span { border-color: rgb(32,1,83); }
td.TdClassName
{
border-color: #200153;
}
.TagClassName
{
border-color: #200153;
}
</style>