Shades of Violent Violet #190949
Tints of Violent Violet #190949
RGB
CMYK
RGB Variations
Color information
#190949 (or 0x190949) is known color: Violent Violet. HEX triplet: 19, 09 and 49. RGB value is (25,9,73). Sum of RGB (Red+Green+Blue) = 25+9+73=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #190949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190949 is #E6F6B6. Grayscale: #141414. Windows color (decimal): -15136439 or 4786457. OLE color: 4786457.
HSL color Cylindrical-coordinate representation of color #190949: hue angle of 255º 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 #190949 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 9 | 73 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.71 |
| HSL | 255º | 0.78% | 0.16% | - |
| HSV(B) | 255º | 0.88% | 0.29% | - |
| XYZ | 1.7 | 0.88 | 6.38 | - |
| YUV | 21.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 73 | 0.66 | 0.88 | 0 | 0.71 | 255 | 0.78 | 0.16 |
| Hex | 19 | 9 | 49 | 42 | 58 | 0 | 47 | FF | 4E | 10 |
| Octal | 31 | 11 | 111 | 102 | 130 | 0 | 107 | 377 | 116 | 20 |
| Binary | 11001 | 1001 | 1001001 | 1000010 | 1011000 | 0 | 1000111 | 11111111 | 1001110 | 10000 |
Color Harmonies of #190949
Complementary color
Monochromatic Colors of #190949
Black with #190949
Text Example
Text Example
White with #190949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190949; }
p { color: rgb(25,9,73); }
H1.HeaderClassName
{
color: #190949;
}
.AnyTagClassName
{
color: #190949;
}
</style>
background-color css
<style>
a { background-color: #190949; }
a { background-color: rgb(25,9,73); }
div.DivClassName
{
background-color: #190949;
}
.BgClassName
{
background-color: #190949;
}
</style>
border-color css
<style>
span { border-color: #190949; }
span { border-color: rgb(25,9,73); }
td.TdClassName
{
border-color: #190949;
}
.TagClassName
{
border-color: #190949;
}
</style>