Shades of Violent Violet #210949
Tints of Violent Violet #210949
RGB
CMYK
RGB Variations
Color information
#210949 (or 0x210949) is known color: Violent Violet. HEX triplet: 21, 09 and 49. RGB value is (33,9,73). Sum of RGB (Red+Green+Blue) = 33+9+73=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #210949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210949 is #DEF6B6. Grayscale: #171717. Windows color (decimal): -14612151 or 4786465. OLE color: 4786465.
HSL color Cylindrical-coordinate representation of color #210949: hue angle of 262.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210949 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 9 | 73 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.71 |
| HSL | 262.5º | 0.78% | 0.16% | - |
| HSV(B) | 262.5º | 0.88% | 0.29% | - |
| XYZ | 1.93 | 1 | 6.39 | - |
| YUV | 23.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 73 | 0.55 | 0.88 | 0 | 0.71 | 262.5 | 0.78 | 0.16 |
| Hex | 21 | 9 | 49 | 37 | 58 | 0 | 47 | 106 | 4E | 10 |
| Octal | 41 | 11 | 111 | 67 | 130 | 0 | 107 | 406 | 116 | 20 |
| Binary | 100001 | 1001 | 1001001 | 110111 | 1011000 | 0 | 1000111 | 100000110 | 1001110 | 10000 |
Color Harmonies of #210949
Complementary color
Monochromatic Colors of #210949
Black with #210949
Text Example
Text Example
White with #210949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210949; }
p { color: rgb(33,9,73); }
H1.HeaderClassName
{
color: #210949;
}
.AnyTagClassName
{
color: #210949;
}
</style>
background-color css
<style>
a { background-color: #210949; }
a { background-color: rgb(33,9,73); }
div.DivClassName
{
background-color: #210949;
}
.BgClassName
{
background-color: #210949;
}
</style>
border-color css
<style>
span { border-color: #210949; }
span { border-color: rgb(33,9,73); }
td.TdClassName
{
border-color: #210949;
}
.TagClassName
{
border-color: #210949;
}
</style>