Shades of Violent Violet #19094D
Tints of Violent Violet #19094D
RGB
CMYK
RGB Variations
Color information
#19094D (or 0x19094D) is known color: Violent Violet. HEX triplet: 19, 09 and 4D. RGB value is (25,9,77). Sum of RGB (Red+Green+Blue) = 25+9+77=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #19094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19094D is #E6F6B2. Grayscale: #151515. Windows color (decimal): -15136435 or 5048601. OLE color: 5048601.
HSL color Cylindrical-coordinate representation of color #19094D: hue angle of 254.12º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19094D is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 9 | 77 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.70 |
| HSL | 254.12º | 0.79% | 0.17% | - |
| HSV(B) | 254.12º | 0.88% | 0.3% | - |
| XYZ | 1.84 | 0.94 | 7.11 | - |
| YUV | 21.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 77 | 0.68 | 0.88 | 0 | 0.70 | 254.12 | 0.79 | 0.17 |
| Hex | 19 | 9 | 4D | 44 | 58 | 0 | 46 | FE | 4F | 11 |
| Octal | 31 | 11 | 115 | 104 | 130 | 0 | 106 | 376 | 117 | 21 |
| Binary | 11001 | 1001 | 1001101 | 1000100 | 1011000 | 0 | 1000110 | 11111110 | 1001111 | 10001 |
Color Harmonies of #19094D
Complementary color
Monochromatic Colors of #19094D
Black with #19094D
Text Example
Text Example
White with #19094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19094D; }
p { color: rgb(25,9,77); }
H1.HeaderClassName
{
color: #19094D;
}
.AnyTagClassName
{
color: #19094D;
}
</style>
background-color css
<style>
a { background-color: #19094D; }
a { background-color: rgb(25,9,77); }
div.DivClassName
{
background-color: #19094D;
}
.BgClassName
{
background-color: #19094D;
}
</style>
border-color css
<style>
span { border-color: #19094D; }
span { border-color: rgb(25,9,77); }
td.TdClassName
{
border-color: #19094D;
}
.TagClassName
{
border-color: #19094D;
}
</style>