Shades of Violent Violet #200955
Tints of Violent Violet #200955
RGB
CMYK
RGB Variations
Color information
#200955 (or 0x200955) is known color: Violent Violet. HEX triplet: 20, 09 and 55. RGB value is (32,9,85). Sum of RGB (Red+Green+Blue) = 32+9+85=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #200955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200955 is #DFF6AA. Grayscale: #181818. Windows color (decimal): -14677675 or 5572896. OLE color: 5572896.
HSL color Cylindrical-coordinate representation of color #200955: hue angle of 258.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200955 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 9 | 85 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.67 |
| HSL | 258.16º | 0.81% | 0.18% | - |
| HSV(B) | 258.16º | 0.89% | 0.33% | - |
| XYZ | 2.33 | 1.16 | 8.69 | - |
| YUV | 24.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 85 | 0.62 | 0.89 | 0 | 0.67 | 258.16 | 0.81 | 0.18 |
| Hex | 20 | 9 | 55 | 3E | 59 | 0 | 43 | 102 | 51 | 12 |
| Octal | 40 | 11 | 125 | 76 | 131 | 0 | 103 | 402 | 121 | 22 |
| Binary | 100000 | 1001 | 1010101 | 111110 | 1011001 | 0 | 1000011 | 100000010 | 1010001 | 10010 |
Color Harmonies of #200955
Complementary color
Monochromatic Colors of #200955
Black with #200955
Text Example
Text Example
White with #200955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200955; }
p { color: rgb(32,9,85); }
H1.HeaderClassName
{
color: #200955;
}
.AnyTagClassName
{
color: #200955;
}
</style>
background-color css
<style>
a { background-color: #200955; }
a { background-color: rgb(32,9,85); }
div.DivClassName
{
background-color: #200955;
}
.BgClassName
{
background-color: #200955;
}
</style>
border-color css
<style>
span { border-color: #200955; }
span { border-color: rgb(32,9,85); }
td.TdClassName
{
border-color: #200955;
}
.TagClassName
{
border-color: #200955;
}
</style>