Shades of Violent Violet #170940
Tints of Violent Violet #170940
RGB
CMYK
RGB Variations
Color information
#170940 (or 0x170940) is known color: Violent Violet. HEX triplet: 17, 09 and 40. RGB value is (23,9,64). Sum of RGB (Red+Green+Blue) = 23+9+64=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #170940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170940 is #E8F6BF. Grayscale: #131313. Windows color (decimal): -15267520 or 4196631. OLE color: 4196631.
HSL color Cylindrical-coordinate representation of color #170940: hue angle of 255.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #170940 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 9 | 64 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.75 |
| HSL | 255.27º | 0.75% | 0.14% | - |
| HSV(B) | 255.27º | 0.86% | 0.25% | - |
| XYZ | 1.38 | 0.75 | 4.92 | - |
| YUV | 19.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 64 | 0.64 | 0.86 | 0 | 0.75 | 255.27 | 0.75 | 0.14 |
| Hex | 17 | 9 | 40 | 40 | 56 | 0 | 4B | FF | 4B | E |
| Octal | 27 | 11 | 100 | 100 | 126 | 0 | 113 | 377 | 113 | 16 |
| Binary | 10111 | 1001 | 1000000 | 1000000 | 1010110 | 0 | 1001011 | 11111111 | 1001011 | 1110 |
Color Harmonies of #170940
Complementary color
Monochromatic Colors of #170940
Black with #170940
Text Example
Text Example
White with #170940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170940; }
p { color: rgb(23,9,64); }
H1.HeaderClassName
{
color: #170940;
}
.AnyTagClassName
{
color: #170940;
}
</style>
background-color css
<style>
a { background-color: #170940; }
a { background-color: rgb(23,9,64); }
div.DivClassName
{
background-color: #170940;
}
.BgClassName
{
background-color: #170940;
}
</style>
border-color css
<style>
span { border-color: #170940; }
span { border-color: rgb(23,9,64); }
td.TdClassName
{
border-color: #170940;
}
.TagClassName
{
border-color: #170940;
}
</style>