Shades of Violent Violet #20094C
Tints of Violent Violet #20094C
RGB
CMYK
RGB Variations
Color information
#20094C (or 0x20094C) is known color: Violent Violet. HEX triplet: 20, 09 and 4C. RGB value is (32,9,76). Sum of RGB (Red+Green+Blue) = 32+9+76=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #20094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20094C is #DFF6B3. Grayscale: #171717. Windows color (decimal): -14677684 or 4983072. OLE color: 4983072.
HSL color Cylindrical-coordinate representation of color #20094C: hue angle of 260.6º 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 #20094C is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 9 | 76 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.70 |
| HSL | 260.6º | 0.79% | 0.17% | - |
| HSV(B) | 260.6º | 0.88% | 0.3% | - |
| XYZ | 2 | 1.02 | 6.93 | - |
| YUV | 23.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 76 | 0.58 | 0.88 | 0 | 0.70 | 260.6 | 0.79 | 0.17 |
| Hex | 20 | 9 | 4C | 3A | 58 | 0 | 46 | 105 | 4F | 11 |
| Octal | 40 | 11 | 114 | 72 | 130 | 0 | 106 | 405 | 117 | 21 |
| Binary | 100000 | 1001 | 1001100 | 111010 | 1011000 | 0 | 1000110 | 100000101 | 1001111 | 10001 |
Color Harmonies of #20094C
Complementary color
Monochromatic Colors of #20094C
Black with #20094C
Text Example
Text Example
White with #20094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20094C; }
p { color: rgb(32,9,76); }
H1.HeaderClassName
{
color: #20094C;
}
.AnyTagClassName
{
color: #20094C;
}
</style>
background-color css
<style>
a { background-color: #20094C; }
a { background-color: rgb(32,9,76); }
div.DivClassName
{
background-color: #20094C;
}
.BgClassName
{
background-color: #20094C;
}
</style>
border-color css
<style>
span { border-color: #20094C; }
span { border-color: rgb(32,9,76); }
td.TdClassName
{
border-color: #20094C;
}
.TagClassName
{
border-color: #20094C;
}
</style>