Shades of Violent Violet #1D094A
Tints of Violent Violet #1D094A
RGB
CMYK
RGB Variations
Color information
#1D094A (or 0x1D094A) is known color: Violent Violet. HEX triplet: 1D, 09 and 4A. RGB value is (29,9,74). Sum of RGB (Red+Green+Blue) = 29+9+74=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D094A is #E2F6B5. Grayscale: #161616. Windows color (decimal): -14874294 or 4851997. OLE color: 4851997.
HSL color Cylindrical-coordinate representation of color #1D094A: hue angle of 258.46º 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 #1D094A is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 9 | 74 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.71 |
| HSL | 258.46º | 0.78% | 0.16% | - |
| HSV(B) | 258.46º | 0.88% | 0.29% | - |
| XYZ | 1.84 | 0.95 | 6.57 | - |
| YUV | 22.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 74 | 0.61 | 0.88 | 0 | 0.71 | 258.46 | 0.78 | 0.16 |
| Hex | 1D | 9 | 4A | 3D | 58 | 0 | 47 | 102 | 4E | 10 |
| Octal | 35 | 11 | 112 | 75 | 130 | 0 | 107 | 402 | 116 | 20 |
| Binary | 11101 | 1001 | 1001010 | 111101 | 1011000 | 0 | 1000111 | 100000010 | 1001110 | 10000 |
Color Harmonies of #1D094A
Complementary color
Monochromatic Colors of #1D094A
Black with #1D094A
Text Example
Text Example
White with #1D094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D094A; }
p { color: rgb(29,9,74); }
H1.HeaderClassName
{
color: #1D094A;
}
.AnyTagClassName
{
color: #1D094A;
}
</style>
background-color css
<style>
a { background-color: #1D094A; }
a { background-color: rgb(29,9,74); }
div.DivClassName
{
background-color: #1D094A;
}
.BgClassName
{
background-color: #1D094A;
}
</style>
border-color css
<style>
span { border-color: #1D094A; }
span { border-color: rgb(29,9,74); }
td.TdClassName
{
border-color: #1D094A;
}
.TagClassName
{
border-color: #1D094A;
}
</style>