Shades of Violent Violet #1D0953
Tints of Violent Violet #1D0953
RGB
CMYK
RGB Variations
Color information
#1D0953 (or 0x1D0953) is known color: Violent Violet. HEX triplet: 1D, 09 and 53. RGB value is (29,9,83). Sum of RGB (Red+Green+Blue) = 29+9+83=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0953 is #E2F6AC. Grayscale: #171717. Windows color (decimal): -14874285 or 5441821. OLE color: 5441821.
HSL color Cylindrical-coordinate representation of color #1D0953: hue angle of 256.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0953 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 9 | 83 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.67 |
| HSL | 256.22º | 0.8% | 0.18% | - |
| HSV(B) | 256.22º | 0.89% | 0.33% | - |
| XYZ | 2.17 | 1.08 | 8.28 | - |
| YUV | 23.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 83 | 0.65 | 0.89 | 0 | 0.67 | 256.22 | 0.8 | 0.18 |
| Hex | 1D | 9 | 53 | 41 | 59 | 0 | 43 | 100 | 50 | 12 |
| Octal | 35 | 11 | 123 | 101 | 131 | 0 | 103 | 400 | 120 | 22 |
| Binary | 11101 | 1001 | 1010011 | 1000001 | 1011001 | 0 | 1000011 | 100000000 | 1010000 | 10010 |
Color Harmonies of #1D0953
Complementary color
Monochromatic Colors of #1D0953
Black with #1D0953
Text Example
Text Example
White with #1D0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0953; }
p { color: rgb(29,9,83); }
H1.HeaderClassName
{
color: #1D0953;
}
.AnyTagClassName
{
color: #1D0953;
}
</style>
background-color css
<style>
a { background-color: #1D0953; }
a { background-color: rgb(29,9,83); }
div.DivClassName
{
background-color: #1D0953;
}
.BgClassName
{
background-color: #1D0953;
}
</style>
border-color css
<style>
span { border-color: #1D0953; }
span { border-color: rgb(29,9,83); }
td.TdClassName
{
border-color: #1D0953;
}
.TagClassName
{
border-color: #1D0953;
}
</style>