Shades of Dark Violet #8F11C5
Tints of Dark Violet #8F11C5
RGB
CMYK
RGB Variations
Color information
#8F11C5 (or 0x8F11C5) is known color: Dark Violet. HEX triplet: 8F, 11 and C5. RGB value is (143,17,197). Sum of RGB (Red+Green+Blue) = 143+17+197=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F11C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11C5 is #70EE3A. Grayscale: #4A4A4A. Windows color (decimal): -7401019 or 12915087. OLE color: 12915087.
HSL color Cylindrical-coordinate representation of color #8F11C5: hue angle of 282º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F11C5 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 17 | 197 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.23 |
| HSL | 282º | 0.84% | 0.42% | - |
| HSV(B) | 282º | 0.91% | 0.77% | - |
| XYZ | 21.61 | 10.27 | 53.67 | - |
| YUV | 75.19 | 196.74 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 197 | 0.27 | 0.91 | 0 | 0.23 | 282 | 0.84 | 0.42 |
| Hex | 8F | 11 | C5 | 1B | 5B | 0 | 17 | 11A | 54 | 2A |
| Octal | 217 | 21 | 305 | 33 | 133 | 0 | 27 | 432 | 124 | 52 |
| Binary | 10001111 | 10001 | 11000101 | 11011 | 1011011 | 0 | 10111 | 100011010 | 1010100 | 101010 |
Color Harmonies of #8F11C5
Complementary color
Monochromatic Colors of #8F11C5
Black with #8F11C5
Text Example
Text Example
White with #8F11C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11C5; }
p { color: rgb(143,17,197); }
H1.HeaderClassName
{
color: #8F11C5;
}
.AnyTagClassName
{
color: #8F11C5;
}
</style>
background-color css
<style>
a { background-color: #8F11C5; }
a { background-color: rgb(143,17,197); }
div.DivClassName
{
background-color: #8F11C5;
}
.BgClassName
{
background-color: #8F11C5;
}
</style>
border-color css
<style>
span { border-color: #8F11C5; }
span { border-color: rgb(143,17,197); }
td.TdClassName
{
border-color: #8F11C5;
}
.TagClassName
{
border-color: #8F11C5;
}
</style>