Shades of Violent Violet #180949
Tints of Violent Violet #180949
RGB
CMYK
RGB Variations
Color information
#180949 (or 0x180949) is known color: Violent Violet. HEX triplet: 18, 09 and 49. RGB value is (24,9,73). Sum of RGB (Red+Green+Blue) = 24+9+73=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #180949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180949 is #E7F6B6. Grayscale: #141414. Windows color (decimal): -15201975 or 4786456. OLE color: 4786456.
HSL color Cylindrical-coordinate representation of color #180949: hue angle of 254.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180949 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 9 | 73 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.71 |
| HSL | 254.06º | 0.78% | 0.16% | - |
| HSV(B) | 254.06º | 0.88% | 0.29% | - |
| XYZ | 1.68 | 0.87 | 6.38 | - |
| YUV | 20.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 73 | 0.67 | 0.88 | 0 | 0.71 | 254.06 | 0.78 | 0.16 |
| Hex | 18 | 9 | 49 | 43 | 58 | 0 | 47 | FE | 4E | 10 |
| Octal | 30 | 11 | 111 | 103 | 130 | 0 | 107 | 376 | 116 | 20 |
| Binary | 11000 | 1001 | 1001001 | 1000011 | 1011000 | 0 | 1000111 | 11111110 | 1001110 | 10000 |
Color Harmonies of #180949
Complementary color
Monochromatic Colors of #180949
Black with #180949
Text Example
Text Example
White with #180949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180949; }
p { color: rgb(24,9,73); }
H1.HeaderClassName
{
color: #180949;
}
.AnyTagClassName
{
color: #180949;
}
</style>
background-color css
<style>
a { background-color: #180949; }
a { background-color: rgb(24,9,73); }
div.DivClassName
{
background-color: #180949;
}
.BgClassName
{
background-color: #180949;
}
</style>
border-color css
<style>
span { border-color: #180949; }
span { border-color: rgb(24,9,73); }
td.TdClassName
{
border-color: #180949;
}
.TagClassName
{
border-color: #180949;
}
</style>