Shades of Dark Violet #8F06DB
Tints of Dark Violet #8F06DB
RGB
CMYK
RGB Variations
Color information
#8F06DB (or 0x8F06DB) is known color: Dark Violet. HEX triplet: 8F, 06 and DB. RGB value is (143,6,219). Sum of RGB (Red+Green+Blue) = 143+6+219=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06DB is #70F924. Grayscale: #464646. Windows color (decimal): -7403813 or 14354063. OLE color: 14354063.
HSL color Cylindrical-coordinate representation of color #8F06DB: hue angle of 278.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06DB is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 6 | 219 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.14 |
| HSL | 278.59º | 0.95% | 0.44% | - |
| HSV(B) | 278.59º | 0.97% | 0.86% | - |
| XYZ | 24.18 | 11.08 | 67.88 | - |
| YUV | 71.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 219 | 0.35 | 0.97 | 0 | 0.14 | 278.59 | 0.95 | 0.44 |
| Hex | 8F | 6 | DB | 23 | 61 | 0 | E | 117 | 5F | 2C |
| Octal | 217 | 6 | 333 | 43 | 141 | 0 | 16 | 427 | 137 | 54 |
| Binary | 10001111 | 110 | 11011011 | 100011 | 1100001 | 0 | 1110 | 100010111 | 1011111 | 101100 |
Color Harmonies of #8F06DB
Complementary color
Monochromatic Colors of #8F06DB
Black with #8F06DB
Text Example
Text Example
White with #8F06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06DB; }
p { color: rgb(143,6,219); }
H1.HeaderClassName
{
color: #8F06DB;
}
.AnyTagClassName
{
color: #8F06DB;
}
</style>
background-color css
<style>
a { background-color: #8F06DB; }
a { background-color: rgb(143,6,219); }
div.DivClassName
{
background-color: #8F06DB;
}
.BgClassName
{
background-color: #8F06DB;
}
</style>
border-color css
<style>
span { border-color: #8F06DB; }
span { border-color: rgb(143,6,219); }
td.TdClassName
{
border-color: #8F06DB;
}
.TagClassName
{
border-color: #8F06DB;
}
</style>