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