Shades of Violent Violet #1E094F
Tints of Violent Violet #1E094F
RGB
CMYK
RGB Variations
Color information
#1E094F (or 0x1E094F) is known color: Violent Violet. HEX triplet: 1E, 09 and 4F. RGB value is (30,9,79). Sum of RGB (Red+Green+Blue) = 30+9+79=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E094F is #E1F6B0. Grayscale: #171717. Windows color (decimal): -14808753 or 5179678. OLE color: 5179678.
HSL color Cylindrical-coordinate representation of color #1E094F: hue angle of 258º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E094F is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 9 | 79 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.69 |
| HSL | 258º | 0.8% | 0.17% | - |
| HSV(B) | 258º | 0.89% | 0.31% | - |
| XYZ | 2.04 | 1.04 | 7.49 | - |
| YUV | 23.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 79 | 0.62 | 0.89 | 0 | 0.69 | 258 | 0.8 | 0.17 |
| Hex | 1E | 9 | 4F | 3E | 59 | 0 | 45 | 102 | 50 | 11 |
| Octal | 36 | 11 | 117 | 76 | 131 | 0 | 105 | 402 | 120 | 21 |
| Binary | 11110 | 1001 | 1001111 | 111110 | 1011001 | 0 | 1000101 | 100000010 | 1010000 | 10001 |
Color Harmonies of #1E094F
Complementary color
Monochromatic Colors of #1E094F
Black with #1E094F
Text Example
Text Example
White with #1E094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E094F; }
p { color: rgb(30,9,79); }
H1.HeaderClassName
{
color: #1E094F;
}
.AnyTagClassName
{
color: #1E094F;
}
</style>
background-color css
<style>
a { background-color: #1E094F; }
a { background-color: rgb(30,9,79); }
div.DivClassName
{
background-color: #1E094F;
}
.BgClassName
{
background-color: #1E094F;
}
</style>
border-color css
<style>
span { border-color: #1E094F; }
span { border-color: rgb(30,9,79); }
td.TdClassName
{
border-color: #1E094F;
}
.TagClassName
{
border-color: #1E094F;
}
</style>