Shades of Dark Violet #8F11AE
Tints of Dark Violet #8F11AE
RGB
CMYK
RGB Variations
Color information
#8F11AE (or 0x8F11AE) is known color: Dark Violet. HEX triplet: 8F, 11 and AE. RGB value is (143,17,174). Sum of RGB (Red+Green+Blue) = 143+17+174=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F11AE is #70EE51. Grayscale: #484848. Windows color (decimal): -7401042 or 11407759. OLE color: 11407759.
HSL color Cylindrical-coordinate representation of color #8F11AE: hue angle of 288.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F11AE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 17 | 174 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.32 |
| HSL | 288.15º | 0.82% | 0.37% | - |
| HSV(B) | 288.15º | 0.9% | 0.68% | - |
| XYZ | 19.17 | 9.3 | 40.83 | - |
| YUV | 72.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 174 | 0.18 | 0.90 | 0 | 0.32 | 288.15 | 0.82 | 0.37 |
| Hex | 8F | 11 | AE | 12 | 5A | 0 | 20 | 120 | 52 | 25 |
| Octal | 217 | 21 | 256 | 22 | 132 | 0 | 40 | 440 | 122 | 45 |
| Binary | 10001111 | 10001 | 10101110 | 10010 | 1011010 | 0 | 100000 | 100100000 | 1010010 | 100101 |
Color Harmonies of #8F11AE
Complementary color
Monochromatic Colors of #8F11AE
Black with #8F11AE
Text Example
Text Example
White with #8F11AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11AE; }
p { color: rgb(143,17,174); }
H1.HeaderClassName
{
color: #8F11AE;
}
.AnyTagClassName
{
color: #8F11AE;
}
</style>
background-color css
<style>
a { background-color: #8F11AE; }
a { background-color: rgb(143,17,174); }
div.DivClassName
{
background-color: #8F11AE;
}
.BgClassName
{
background-color: #8F11AE;
}
</style>
border-color css
<style>
span { border-color: #8F11AE; }
span { border-color: rgb(143,17,174); }
td.TdClassName
{
border-color: #8F11AE;
}
.TagClassName
{
border-color: #8F11AE;
}
</style>