Shades of Violent Violet #200A53
Tints of Violent Violet #200A53
RGB
CMYK
RGB Variations
Color information
#200A53 (or 0x200A53) is known color: Violent Violet. HEX triplet: 20, 0A and 53. RGB value is (32,10,83). Sum of RGB (Red+Green+Blue) = 32+10+83=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #200A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A53 is #DFF5AC. Grayscale: #181818. Windows color (decimal): -14677421 or 5442080. OLE color: 5442080.
HSL color Cylindrical-coordinate representation of color #200A53: hue angle of 258.08º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200A53 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 10 | 83 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.67 |
| HSL | 258.08º | 0.78% | 0.18% | - |
| HSV(B) | 258.08º | 0.88% | 0.33% | - |
| XYZ | 2.27 | 1.15 | 8.29 | - |
| YUV | 24.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 83 | 0.61 | 0.88 | 0 | 0.67 | 258.08 | 0.78 | 0.18 |
| Hex | 20 | A | 53 | 3D | 58 | 0 | 43 | 102 | 4E | 12 |
| Octal | 40 | 12 | 123 | 75 | 130 | 0 | 103 | 402 | 116 | 22 |
| Binary | 100000 | 1010 | 1010011 | 111101 | 1011000 | 0 | 1000011 | 100000010 | 1001110 | 10010 |
Color Harmonies of #200A53
Complementary color
Monochromatic Colors of #200A53
Black with #200A53
Text Example
Text Example
White with #200A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A53; }
p { color: rgb(32,10,83); }
H1.HeaderClassName
{
color: #200A53;
}
.AnyTagClassName
{
color: #200A53;
}
</style>
background-color css
<style>
a { background-color: #200A53; }
a { background-color: rgb(32,10,83); }
div.DivClassName
{
background-color: #200A53;
}
.BgClassName
{
background-color: #200A53;
}
</style>
border-color css
<style>
span { border-color: #200A53; }
span { border-color: rgb(32,10,83); }
td.TdClassName
{
border-color: #200A53;
}
.TagClassName
{
border-color: #200A53;
}
</style>