Shades of Dark Violet #8F11CE
Tints of Dark Violet #8F11CE
RGB
CMYK
RGB Variations
Color information
#8F11CE (or 0x8F11CE) is known color: Dark Violet. HEX triplet: 8F, 11 and CE. RGB value is (143,17,206). Sum of RGB (Red+Green+Blue) = 143+17+206=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11CE is #70EE31. Grayscale: #4B4B4B. Windows color (decimal): -7401010 or 13504911. OLE color: 13504911.
HSL color Cylindrical-coordinate representation of color #8F11CE: hue angle of 280º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F11CE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 17 | 206 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.19 |
| HSL | 280º | 0.85% | 0.44% | - |
| HSV(B) | 280º | 0.92% | 0.81% | - |
| XYZ | 22.67 | 10.7 | 59.26 | - |
| YUV | 76.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 206 | 0.31 | 0.92 | 0 | 0.19 | 280 | 0.85 | 0.44 |
| Hex | 8F | 11 | CE | 1F | 5C | 0 | 13 | 118 | 55 | 2C |
| Octal | 217 | 21 | 316 | 37 | 134 | 0 | 23 | 430 | 125 | 54 |
| Binary | 10001111 | 10001 | 11001110 | 11111 | 1011100 | 0 | 10011 | 100011000 | 1010101 | 101100 |
Color Harmonies of #8F11CE
Complementary color
Monochromatic Colors of #8F11CE
Black with #8F11CE
Text Example
Text Example
White with #8F11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11CE; }
p { color: rgb(143,17,206); }
H1.HeaderClassName
{
color: #8F11CE;
}
.AnyTagClassName
{
color: #8F11CE;
}
</style>
background-color css
<style>
a { background-color: #8F11CE; }
a { background-color: rgb(143,17,206); }
div.DivClassName
{
background-color: #8F11CE;
}
.BgClassName
{
background-color: #8F11CE;
}
</style>
border-color css
<style>
span { border-color: #8F11CE; }
span { border-color: rgb(143,17,206); }
td.TdClassName
{
border-color: #8F11CE;
}
.TagClassName
{
border-color: #8F11CE;
}
</style>