Shades of Violent Violet #18094D
Tints of Violent Violet #18094D
RGB
CMYK
RGB Variations
Color information
#18094D (or 0x18094D) is known color: Violent Violet. HEX triplet: 18, 09 and 4D. RGB value is (24,9,77). Sum of RGB (Red+Green+Blue) = 24+9+77=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #18094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18094D is #E7F6B2. Grayscale: #141414. Windows color (decimal): -15201971 or 5048600. OLE color: 5048600.
HSL color Cylindrical-coordinate representation of color #18094D: hue angle of 253.24º 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 #18094D is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 9 | 77 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.70 |
| HSL | 253.24º | 0.79% | 0.17% | - |
| HSV(B) | 253.24º | 0.88% | 0.3% | - |
| XYZ | 1.81 | 0.93 | 7.1 | - |
| YUV | 21.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 77 | 0.69 | 0.88 | 0 | 0.70 | 253.24 | 0.79 | 0.17 |
| Hex | 18 | 9 | 4D | 45 | 58 | 0 | 46 | FD | 4F | 11 |
| Octal | 30 | 11 | 115 | 105 | 130 | 0 | 106 | 375 | 117 | 21 |
| Binary | 11000 | 1001 | 1001101 | 1000101 | 1011000 | 0 | 1000110 | 11111101 | 1001111 | 10001 |
Color Harmonies of #18094D
Complementary color
Monochromatic Colors of #18094D
Black with #18094D
Text Example
Text Example
White with #18094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18094D; }
p { color: rgb(24,9,77); }
H1.HeaderClassName
{
color: #18094D;
}
.AnyTagClassName
{
color: #18094D;
}
</style>
background-color css
<style>
a { background-color: #18094D; }
a { background-color: rgb(24,9,77); }
div.DivClassName
{
background-color: #18094D;
}
.BgClassName
{
background-color: #18094D;
}
</style>
border-color css
<style>
span { border-color: #18094D; }
span { border-color: rgb(24,9,77); }
td.TdClassName
{
border-color: #18094D;
}
.TagClassName
{
border-color: #18094D;
}
</style>