Shades of Dark Violet #8F03DB
Tints of Dark Violet #8F03DB
RGB
CMYK
RGB Variations
Color information
#8F03DB (or 0x8F03DB) is known color: Dark Violet. HEX triplet: 8F, 03 and DB. RGB value is (143,3,219). Sum of RGB (Red+Green+Blue) = 143+3+219=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03DB is #70FC24. Grayscale: #444444. Windows color (decimal): -7404581 or 14353295. OLE color: 14353295.
HSL color Cylindrical-coordinate representation of color #8F03DB: hue angle of 278.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03DB is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 3 | 219 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.14 |
| HSL | 278.89º | 0.97% | 0.44% | - |
| HSV(B) | 278.89º | 0.99% | 0.86% | - |
| XYZ | 24.15 | 11.02 | 67.87 | - |
| YUV | 69.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 219 | 0.35 | 0.99 | 0 | 0.14 | 278.89 | 0.97 | 0.44 |
| Hex | 8F | 3 | DB | 23 | 63 | 0 | E | 117 | 61 | 2C |
| Octal | 217 | 3 | 333 | 43 | 143 | 0 | 16 | 427 | 141 | 54 |
| Binary | 10001111 | 11 | 11011011 | 100011 | 1100011 | 0 | 1110 | 100010111 | 1100001 | 101100 |
Color Harmonies of #8F03DB
Complementary color
Monochromatic Colors of #8F03DB
Black with #8F03DB
Text Example
Text Example
White with #8F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03DB; }
p { color: rgb(143,3,219); }
H1.HeaderClassName
{
color: #8F03DB;
}
.AnyTagClassName
{
color: #8F03DB;
}
</style>
background-color css
<style>
a { background-color: #8F03DB; }
a { background-color: rgb(143,3,219); }
div.DivClassName
{
background-color: #8F03DB;
}
.BgClassName
{
background-color: #8F03DB;
}
</style>
border-color css
<style>
span { border-color: #8F03DB; }
span { border-color: rgb(143,3,219); }
td.TdClassName
{
border-color: #8F03DB;
}
.TagClassName
{
border-color: #8F03DB;
}
</style>