Shades of Violent Violet #19094E
Tints of Violent Violet #19094E
RGB
CMYK
RGB Variations
Color information
#19094E (or 0x19094E) is known color: Violent Violet. HEX triplet: 19, 09 and 4E. RGB value is (25,9,78). Sum of RGB (Red+Green+Blue) = 25+9+78=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #19094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19094E is #E6F6B1. Grayscale: #151515. Windows color (decimal): -15136434 or 5114137. OLE color: 5114137.
HSL color Cylindrical-coordinate representation of color #19094E: hue angle of 253.91º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19094E is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 9 | 78 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.69 |
| HSL | 253.91º | 0.79% | 0.17% | - |
| HSV(B) | 253.91º | 0.88% | 0.31% | - |
| XYZ | 1.87 | 0.95 | 7.29 | - |
| YUV | 21.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 78 | 0.68 | 0.88 | 0 | 0.69 | 253.91 | 0.79 | 0.17 |
| Hex | 19 | 9 | 4E | 44 | 58 | 0 | 45 | FE | 4F | 11 |
| Octal | 31 | 11 | 116 | 104 | 130 | 0 | 105 | 376 | 117 | 21 |
| Binary | 11001 | 1001 | 1001110 | 1000100 | 1011000 | 0 | 1000101 | 11111110 | 1001111 | 10001 |
Color Harmonies of #19094E
Complementary color
Monochromatic Colors of #19094E
Black with #19094E
Text Example
Text Example
White with #19094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19094E; }
p { color: rgb(25,9,78); }
H1.HeaderClassName
{
color: #19094E;
}
.AnyTagClassName
{
color: #19094E;
}
</style>
background-color css
<style>
a { background-color: #19094E; }
a { background-color: rgb(25,9,78); }
div.DivClassName
{
background-color: #19094E;
}
.BgClassName
{
background-color: #19094E;
}
</style>
border-color css
<style>
span { border-color: #19094E; }
span { border-color: rgb(25,9,78); }
td.TdClassName
{
border-color: #19094E;
}
.TagClassName
{
border-color: #19094E;
}
</style>