Shades of Violent Violet #180054
Tints of Violent Violet #180054
RGB
CMYK
RGB Variations
Color information
#180054 (or 0x180054) is known color: Violent Violet. HEX triplet: 18, 00 and 54. RGB value is (24,0,84). Sum of RGB (Red+Green+Blue) = 24+0+84=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #180054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180054 is #E7FFAB. Grayscale: #101010. Windows color (decimal): -15204268 or 5505048. OLE color: 5505048.
HSL color Cylindrical-coordinate representation of color #180054: hue angle of 257.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180054 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 0 | 84 | - |
| CMYK | 0.71 | 1 | 0 | 0.67 |
| HSL | 257.14º | 1% | 0.16% | - |
| HSV(B) | 257.14º | 1% | 0.33% | - |
| XYZ | 1.98 | 0.83 | 8.44 | - |
| YUV | 16.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 84 | 0.71 | 1 | 0 | 0.67 | 257.14 | 1 | 0.16 |
| Hex | 18 | 0 | 54 | 47 | 64 | 0 | 43 | 101 | 64 | 10 |
| Octal | 30 | 0 | 124 | 107 | 144 | 0 | 103 | 401 | 144 | 20 |
| Binary | 11000 | 0 | 1010100 | 1000111 | 1100100 | 0 | 1000011 | 100000001 | 1100100 | 10000 |
Color Harmonies of #180054
Complementary color
Monochromatic Colors of #180054
Black with #180054
Text Example
Text Example
White with #180054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180054; }
p { color: rgb(24,0,84); }
H1.HeaderClassName
{
color: #180054;
}
.AnyTagClassName
{
color: #180054;
}
</style>
background-color css
<style>
a { background-color: #180054; }
a { background-color: rgb(24,0,84); }
div.DivClassName
{
background-color: #180054;
}
.BgClassName
{
background-color: #180054;
}
</style>
border-color css
<style>
span { border-color: #180054; }
span { border-color: rgb(24,0,84); }
td.TdClassName
{
border-color: #180054;
}
.TagClassName
{
border-color: #180054;
}
</style>