Shades of Violent Violet #1D094F
Tints of Violent Violet #1D094F
RGB
CMYK
RGB Variations
Color information
#1D094F (or 0x1D094F) is known color: Violent Violet. HEX triplet: 1D, 09 and 4F. RGB value is (29,9,79). Sum of RGB (Red+Green+Blue) = 29+9+79=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D094F is #E2F6B0. Grayscale: #161616. Windows color (decimal): -14874289 or 5179677. OLE color: 5179677.
HSL color Cylindrical-coordinate representation of color #1D094F: hue angle of 257.14º 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 #1D094F is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 9 | 79 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.69 |
| HSL | 257.14º | 0.8% | 0.17% | - |
| HSV(B) | 257.14º | 0.89% | 0.31% | - |
| XYZ | 2.02 | 1.02 | 7.49 | - |
| YUV | 22.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 79 | 0.63 | 0.89 | 0 | 0.69 | 257.14 | 0.8 | 0.17 |
| Hex | 1D | 9 | 4F | 3F | 59 | 0 | 45 | 101 | 50 | 11 |
| Octal | 35 | 11 | 117 | 77 | 131 | 0 | 105 | 401 | 120 | 21 |
| Binary | 11101 | 1001 | 1001111 | 111111 | 1011001 | 0 | 1000101 | 100000001 | 1010000 | 10001 |
Color Harmonies of #1D094F
Complementary color
Monochromatic Colors of #1D094F
Black with #1D094F
Text Example
Text Example
White with #1D094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D094F; }
p { color: rgb(29,9,79); }
H1.HeaderClassName
{
color: #1D094F;
}
.AnyTagClassName
{
color: #1D094F;
}
</style>
background-color css
<style>
a { background-color: #1D094F; }
a { background-color: rgb(29,9,79); }
div.DivClassName
{
background-color: #1D094F;
}
.BgClassName
{
background-color: #1D094F;
}
</style>
border-color css
<style>
span { border-color: #1D094F; }
span { border-color: rgb(29,9,79); }
td.TdClassName
{
border-color: #1D094F;
}
.TagClassName
{
border-color: #1D094F;
}
</style>