Shades of Violent Violet #21094D
Tints of Violent Violet #21094D
RGB
CMYK
RGB Variations
Color information
#21094D (or 0x21094D) is known color: Violent Violet. HEX triplet: 21, 09 and 4D. RGB value is (33,9,77). Sum of RGB (Red+Green+Blue) = 33+9+77=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #21094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21094D is #DEF6B2. Grayscale: #171717. Windows color (decimal): -14612147 or 5048609. OLE color: 5048609.
HSL color Cylindrical-coordinate representation of color #21094D: hue angle of 261.18º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21094D is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 9 | 77 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.70 |
| HSL | 261.18º | 0.79% | 0.17% | - |
| HSV(B) | 261.18º | 0.88% | 0.3% | - |
| XYZ | 2.06 | 1.05 | 7.12 | - |
| YUV | 23.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 77 | 0.57 | 0.88 | 0 | 0.70 | 261.18 | 0.79 | 0.17 |
| Hex | 21 | 9 | 4D | 39 | 58 | 0 | 46 | 105 | 4F | 11 |
| Octal | 41 | 11 | 115 | 71 | 130 | 0 | 106 | 405 | 117 | 21 |
| Binary | 100001 | 1001 | 1001101 | 111001 | 1011000 | 0 | 1000110 | 100000101 | 1001111 | 10001 |
Color Harmonies of #21094D
Complementary color
Monochromatic Colors of #21094D
Black with #21094D
Text Example
Text Example
White with #21094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21094D; }
p { color: rgb(33,9,77); }
H1.HeaderClassName
{
color: #21094D;
}
.AnyTagClassName
{
color: #21094D;
}
</style>
background-color css
<style>
a { background-color: #21094D; }
a { background-color: rgb(33,9,77); }
div.DivClassName
{
background-color: #21094D;
}
.BgClassName
{
background-color: #21094D;
}
</style>
border-color css
<style>
span { border-color: #21094D; }
span { border-color: rgb(33,9,77); }
td.TdClassName
{
border-color: #21094D;
}
.TagClassName
{
border-color: #21094D;
}
</style>