Shades of Violent Violet #18084F
Tints of Violent Violet #18084F
RGB
CMYK
RGB Variations
Color information
#18084F (or 0x18084F) is known color: Violent Violet. HEX triplet: 18, 08 and 4F. RGB value is (24,8,79). Sum of RGB (Red+Green+Blue) = 24+8+79=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #18084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18084F is #E7F7B0. Grayscale: #141414. Windows color (decimal): -15202225 or 5179416. OLE color: 5179416.
HSL color Cylindrical-coordinate representation of color #18084F: hue angle of 253.52º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18084F is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 8 | 79 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.69 |
| HSL | 253.52º | 0.82% | 0.17% | - |
| HSV(B) | 253.52º | 0.9% | 0.31% | - |
| XYZ | 1.87 | 0.93 | 7.48 | - |
| YUV | 20.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 79 | 0.70 | 0.90 | 0 | 0.69 | 253.52 | 0.82 | 0.17 |
| Hex | 18 | 8 | 4F | 46 | 5A | 0 | 45 | FE | 52 | 11 |
| Octal | 30 | 10 | 117 | 106 | 132 | 0 | 105 | 376 | 122 | 21 |
| Binary | 11000 | 1000 | 1001111 | 1000110 | 1011010 | 0 | 1000101 | 11111110 | 1010010 | 10001 |
Color Harmonies of #18084F
Complementary color
Monochromatic Colors of #18084F
Black with #18084F
Text Example
Text Example
White with #18084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18084F; }
p { color: rgb(24,8,79); }
H1.HeaderClassName
{
color: #18084F;
}
.AnyTagClassName
{
color: #18084F;
}
</style>
background-color css
<style>
a { background-color: #18084F; }
a { background-color: rgb(24,8,79); }
div.DivClassName
{
background-color: #18084F;
}
.BgClassName
{
background-color: #18084F;
}
</style>
border-color css
<style>
span { border-color: #18084F; }
span { border-color: rgb(24,8,79); }
td.TdClassName
{
border-color: #18084F;
}
.TagClassName
{
border-color: #18084F;
}
</style>