Shades of Violent Violet #24094D
Tints of Violent Violet #24094D
RGB
CMYK
RGB Variations
Color information
#24094D (or 0x24094D) is known color: Violent Violet. HEX triplet: 24, 09 and 4D. RGB value is (36,9,77). Sum of RGB (Red+Green+Blue) = 36+9+77=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #24094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24094D is #DBF6B2. Grayscale: #181818. Windows color (decimal): -14415539 or 5048612. OLE color: 5048612.
HSL color Cylindrical-coordinate representation of color #24094D: hue angle of 263.82º 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 #24094D is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 9 | 77 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.70 |
| HSL | 263.82º | 0.79% | 0.17% | - |
| HSV(B) | 263.82º | 0.88% | 0.3% | - |
| XYZ | 2.16 | 1.11 | 7.12 | - |
| YUV | 24.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 77 | 0.53 | 0.88 | 0 | 0.70 | 263.82 | 0.79 | 0.17 |
| Hex | 24 | 9 | 4D | 35 | 58 | 0 | 46 | 108 | 4F | 11 |
| Octal | 44 | 11 | 115 | 65 | 130 | 0 | 106 | 410 | 117 | 21 |
| Binary | 100100 | 1001 | 1001101 | 110101 | 1011000 | 0 | 1000110 | 100001000 | 1001111 | 10001 |
Color Harmonies of #24094D
Complementary color
Monochromatic Colors of #24094D
Black with #24094D
Text Example
Text Example
White with #24094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24094D; }
p { color: rgb(36,9,77); }
H1.HeaderClassName
{
color: #24094D;
}
.AnyTagClassName
{
color: #24094D;
}
</style>
background-color css
<style>
a { background-color: #24094D; }
a { background-color: rgb(36,9,77); }
div.DivClassName
{
background-color: #24094D;
}
.BgClassName
{
background-color: #24094D;
}
</style>
border-color css
<style>
span { border-color: #24094D; }
span { border-color: rgb(36,9,77); }
td.TdClassName
{
border-color: #24094D;
}
.TagClassName
{
border-color: #24094D;
}
</style>