Shades of Violent Violet #170949
Tints of Violent Violet #170949
RGB
CMYK
RGB Variations
Color information
#170949 (or 0x170949) is known color: Violent Violet. HEX triplet: 17, 09 and 49. RGB value is (23,9,73). Sum of RGB (Red+Green+Blue) = 23+9+73=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #170949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170949 is #E8F6B6. Grayscale: #141414. Windows color (decimal): -15267511 or 4786455. OLE color: 4786455.
HSL color Cylindrical-coordinate representation of color #170949: hue angle of 253.12º 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 #170949 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 9 | 73 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.71 |
| HSL | 253.13º | 0.78% | 0.16% | - |
| HSV(B) | 253.13º | 0.88% | 0.29% | - |
| XYZ | 1.65 | 0.86 | 6.38 | - |
| YUV | 20.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 73 | 0.68 | 0.88 | 0 | 0.71 | 253.13 | 0.78 | 0.16 |
| Hex | 17 | 9 | 49 | 44 | 58 | 0 | 47 | FD | 4E | 10 |
| Octal | 27 | 11 | 111 | 104 | 130 | 0 | 107 | 375 | 116 | 20 |
| Binary | 10111 | 1001 | 1001001 | 1000100 | 1011000 | 0 | 1000111 | 11111101 | 1001110 | 10000 |
Color Harmonies of #170949
Complementary color
Monochromatic Colors of #170949
Black with #170949
Text Example
Text Example
White with #170949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170949; }
p { color: rgb(23,9,73); }
H1.HeaderClassName
{
color: #170949;
}
.AnyTagClassName
{
color: #170949;
}
</style>
background-color css
<style>
a { background-color: #170949; }
a { background-color: rgb(23,9,73); }
div.DivClassName
{
background-color: #170949;
}
.BgClassName
{
background-color: #170949;
}
</style>
border-color css
<style>
span { border-color: #170949; }
span { border-color: rgb(23,9,73); }
td.TdClassName
{
border-color: #170949;
}
.TagClassName
{
border-color: #170949;
}
</style>