Shades of Violent Violet #200853
Tints of Violent Violet #200853
RGB
CMYK
RGB Variations
Color information
#200853 (or 0x200853) is known color: Violent Violet. HEX triplet: 20, 08 and 53. RGB value is (32,8,83). Sum of RGB (Red+Green+Blue) = 32+8+83=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #200853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200853 is #DFF7AC. Grayscale: #171717. Windows color (decimal): -14677933 or 5441568. OLE color: 5441568.
HSL color Cylindrical-coordinate representation of color #200853: hue angle of 259.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200853 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 8 | 83 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.67 |
| HSL | 259.2º | 0.82% | 0.18% | - |
| HSV(B) | 259.2º | 0.9% | 0.33% | - |
| XYZ | 2.24 | 1.11 | 8.28 | - |
| YUV | 23.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 83 | 0.61 | 0.90 | 0 | 0.67 | 259.2 | 0.82 | 0.18 |
| Hex | 20 | 8 | 53 | 3D | 5A | 0 | 43 | 103 | 52 | 12 |
| Octal | 40 | 10 | 123 | 75 | 132 | 0 | 103 | 403 | 122 | 22 |
| Binary | 100000 | 1000 | 1010011 | 111101 | 1011010 | 0 | 1000011 | 100000011 | 1010010 | 10010 |
Color Harmonies of #200853
Complementary color
Monochromatic Colors of #200853
Black with #200853
Text Example
Text Example
White with #200853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200853; }
p { color: rgb(32,8,83); }
H1.HeaderClassName
{
color: #200853;
}
.AnyTagClassName
{
color: #200853;
}
</style>
background-color css
<style>
a { background-color: #200853; }
a { background-color: rgb(32,8,83); }
div.DivClassName
{
background-color: #200853;
}
.BgClassName
{
background-color: #200853;
}
</style>
border-color css
<style>
span { border-color: #200853; }
span { border-color: rgb(32,8,83); }
td.TdClassName
{
border-color: #200853;
}
.TagClassName
{
border-color: #200853;
}
</style>