Shades of Dark Violet #8F11DB
Tints of Dark Violet #8F11DB
RGB
CMYK
RGB Variations
Color information
#8F11DB (or 0x8F11DB) is known color: Dark Violet. HEX triplet: 8F, 11 and DB. RGB value is (143,17,219). Sum of RGB (Red+Green+Blue) = 143+17+219=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11DB is #70EE24. Grayscale: #4D4D4D. Windows color (decimal): -7400997 or 14356879. OLE color: 14356879.
HSL color Cylindrical-coordinate representation of color #8F11DB: hue angle of 277.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F11DB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 17 | 219 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.14 |
| HSL | 277.43º | 0.86% | 0.46% | - |
| HSV(B) | 277.43º | 0.92% | 0.86% | - |
| XYZ | 24.31 | 11.36 | 67.93 | - |
| YUV | 77.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 219 | 0.35 | 0.92 | 0 | 0.14 | 277.43 | 0.86 | 0.46 |
| Hex | 8F | 11 | DB | 23 | 5C | 0 | E | 115 | 56 | 2E |
| Octal | 217 | 21 | 333 | 43 | 134 | 0 | 16 | 425 | 126 | 56 |
| Binary | 10001111 | 10001 | 11011011 | 100011 | 1011100 | 0 | 1110 | 100010101 | 1010110 | 101110 |
Color Harmonies of #8F11DB
Complementary color
Monochromatic Colors of #8F11DB
Black with #8F11DB
Text Example
Text Example
White with #8F11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11DB; }
p { color: rgb(143,17,219); }
H1.HeaderClassName
{
color: #8F11DB;
}
.AnyTagClassName
{
color: #8F11DB;
}
</style>
background-color css
<style>
a { background-color: #8F11DB; }
a { background-color: rgb(143,17,219); }
div.DivClassName
{
background-color: #8F11DB;
}
.BgClassName
{
background-color: #8F11DB;
}
</style>
border-color css
<style>
span { border-color: #8F11DB; }
span { border-color: rgb(143,17,219); }
td.TdClassName
{
border-color: #8F11DB;
}
.TagClassName
{
border-color: #8F11DB;
}
</style>