Shades of Violent Violet #18084D
Tints of Violent Violet #18084D
RGB
CMYK
RGB Variations
Color information
#18084D (or 0x18084D) is known color: Violent Violet. HEX triplet: 18, 08 and 4D. RGB value is (24,8,77). Sum of RGB (Red+Green+Blue) = 24+8+77=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #18084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18084D is #E7F7B2. Grayscale: #141414. Windows color (decimal): -15202227 or 5048344. OLE color: 5048344.
HSL color Cylindrical-coordinate representation of color #18084D: hue angle of 253.91º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18084D is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 8 | 77 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.70 |
| HSL | 253.91º | 0.81% | 0.17% | - |
| HSV(B) | 253.91º | 0.9% | 0.3% | - |
| XYZ | 1.8 | 0.9 | 7.1 | - |
| YUV | 20.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 77 | 0.69 | 0.90 | 0 | 0.70 | 253.91 | 0.81 | 0.17 |
| Hex | 18 | 8 | 4D | 45 | 5A | 0 | 46 | FE | 51 | 11 |
| Octal | 30 | 10 | 115 | 105 | 132 | 0 | 106 | 376 | 121 | 21 |
| Binary | 11000 | 1000 | 1001101 | 1000101 | 1011010 | 0 | 1000110 | 11111110 | 1010001 | 10001 |
Color Harmonies of #18084D
Complementary color
Monochromatic Colors of #18084D
Black with #18084D
Text Example
Text Example
White with #18084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18084D; }
p { color: rgb(24,8,77); }
H1.HeaderClassName
{
color: #18084D;
}
.AnyTagClassName
{
color: #18084D;
}
</style>
background-color css
<style>
a { background-color: #18084D; }
a { background-color: rgb(24,8,77); }
div.DivClassName
{
background-color: #18084D;
}
.BgClassName
{
background-color: #18084D;
}
</style>
border-color css
<style>
span { border-color: #18084D; }
span { border-color: rgb(24,8,77); }
td.TdClassName
{
border-color: #18084D;
}
.TagClassName
{
border-color: #18084D;
}
</style>