Shades of Violent Violet #170840
Tints of Violent Violet #170840
RGB
CMYK
RGB Variations
Color information
#170840 (or 0x170840) is known color: Violent Violet. HEX triplet: 17, 08 and 40. RGB value is (23,8,64). Sum of RGB (Red+Green+Blue) = 23+8+64=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #170840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170840 is #E8F7BF. Grayscale: #121212. Windows color (decimal): -15267776 or 4196375. OLE color: 4196375.
HSL color Cylindrical-coordinate representation of color #170840: hue angle of 256.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #170840 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 8 | 64 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.75 |
| HSL | 256.07º | 0.78% | 0.14% | - |
| HSV(B) | 256.07º | 0.88% | 0.25% | - |
| XYZ | 1.37 | 0.73 | 4.92 | - |
| YUV | 18.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 64 | 0.64 | 0.87 | 0 | 0.75 | 256.07 | 0.78 | 0.14 |
| Hex | 17 | 8 | 40 | 40 | 57 | 0 | 4B | 100 | 4E | E |
| Octal | 27 | 10 | 100 | 100 | 127 | 0 | 113 | 400 | 116 | 16 |
| Binary | 10111 | 1000 | 1000000 | 1000000 | 1010111 | 0 | 1001011 | 100000000 | 1001110 | 1110 |
Color Harmonies of #170840
Complementary color
Monochromatic Colors of #170840
Black with #170840
Text Example
Text Example
White with #170840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170840; }
p { color: rgb(23,8,64); }
H1.HeaderClassName
{
color: #170840;
}
.AnyTagClassName
{
color: #170840;
}
</style>
background-color css
<style>
a { background-color: #170840; }
a { background-color: rgb(23,8,64); }
div.DivClassName
{
background-color: #170840;
}
.BgClassName
{
background-color: #170840;
}
</style>
border-color css
<style>
span { border-color: #170840; }
span { border-color: rgb(23,8,64); }
td.TdClassName
{
border-color: #170840;
}
.TagClassName
{
border-color: #170840;
}
</style>