Shades of Violent Violet #200A5A
Tints of Violent Violet #200A5A
RGB
CMYK
RGB Variations
Color information
#200A5A (or 0x200A5A) is known color: Violent Violet. HEX triplet: 20, 0A and 5A. RGB value is (32,10,90). Sum of RGB (Red+Green+Blue) = 32+10+90=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #200A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A5A is #DFF5A5. Grayscale: #191919. Windows color (decimal): -14677414 or 5900832. OLE color: 5900832.
HSL color Cylindrical-coordinate representation of color #200A5A: hue angle of 256.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200A5A is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 10 | 90 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.65 |
| HSL | 256.5º | 0.8% | 0.2% | - |
| HSV(B) | 256.5º | 0.89% | 0.35% | - |
| XYZ | 2.55 | 1.26 | 9.78 | - |
| YUV | 25.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 90 | 0.64 | 0.89 | 0 | 0.65 | 256.5 | 0.8 | 0.2 |
| Hex | 20 | A | 5A | 40 | 59 | 0 | 41 | 100 | 50 | 14 |
| Octal | 40 | 12 | 132 | 100 | 131 | 0 | 101 | 400 | 120 | 24 |
| Binary | 100000 | 1010 | 1011010 | 1000000 | 1011001 | 0 | 1000001 | 100000000 | 1010000 | 10100 |
Color Harmonies of #200A5A
Complementary color
Monochromatic Colors of #200A5A
Black with #200A5A
Text Example
Text Example
White with #200A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A5A; }
p { color: rgb(32,10,90); }
H1.HeaderClassName
{
color: #200A5A;
}
.AnyTagClassName
{
color: #200A5A;
}
</style>
background-color css
<style>
a { background-color: #200A5A; }
a { background-color: rgb(32,10,90); }
div.DivClassName
{
background-color: #200A5A;
}
.BgClassName
{
background-color: #200A5A;
}
</style>
border-color css
<style>
span { border-color: #200A5A; }
span { border-color: rgb(32,10,90); }
td.TdClassName
{
border-color: #200A5A;
}
.TagClassName
{
border-color: #200A5A;
}
</style>