Shades of Violent Violet #17094B
Tints of Violent Violet #17094B
RGB
CMYK
RGB Variations
Color information
#17094B (or 0x17094B) is known color: Violent Violet. HEX triplet: 17, 09 and 4B. RGB value is (23,9,75). Sum of RGB (Red+Green+Blue) = 23+9+75=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #17094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17094B is #E8F6B4. Grayscale: #141414. Windows color (decimal): -15267509 or 4917527. OLE color: 4917527.
HSL color Cylindrical-coordinate representation of color #17094B: hue angle of 252.73º degrees, saturation: 0.79, 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 #17094B is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 9 | 75 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.71 |
| HSL | 252.73º | 0.79% | 0.16% | - |
| HSV(B) | 252.73º | 0.88% | 0.29% | - |
| XYZ | 1.72 | 0.89 | 6.74 | - |
| YUV | 20.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 75 | 0.69 | 0.88 | 0 | 0.71 | 252.73 | 0.79 | 0.16 |
| Hex | 17 | 9 | 4B | 45 | 58 | 0 | 47 | FD | 4F | 10 |
| Octal | 27 | 11 | 113 | 105 | 130 | 0 | 107 | 375 | 117 | 20 |
| Binary | 10111 | 1001 | 1001011 | 1000101 | 1011000 | 0 | 1000111 | 11111101 | 1001111 | 10000 |
Color Harmonies of #17094B
Complementary color
Monochromatic Colors of #17094B
Black with #17094B
Text Example
Text Example
White with #17094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17094B; }
p { color: rgb(23,9,75); }
H1.HeaderClassName
{
color: #17094B;
}
.AnyTagClassName
{
color: #17094B;
}
</style>
background-color css
<style>
a { background-color: #17094B; }
a { background-color: rgb(23,9,75); }
div.DivClassName
{
background-color: #17094B;
}
.BgClassName
{
background-color: #17094B;
}
</style>
border-color css
<style>
span { border-color: #17094B; }
span { border-color: rgb(23,9,75); }
td.TdClassName
{
border-color: #17094B;
}
.TagClassName
{
border-color: #17094B;
}
</style>