Shades of Dark Violet #8F03DC
Tints of Dark Violet #8F03DC
RGB
CMYK
RGB Variations
Color information
#8F03DC (or 0x8F03DC) is known color: Dark Violet. HEX triplet: 8F, 03 and DC. RGB value is (143,3,220). Sum of RGB (Red+Green+Blue) = 143+3+220=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F03DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03DC is #70FC23. Grayscale: #444444. Windows color (decimal): -7404580 or 14418831. OLE color: 14418831.
HSL color Cylindrical-coordinate representation of color #8F03DC: hue angle of 278.71º 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 #8F03DC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 3 | 220 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.14 |
| HSL | 278.71º | 0.97% | 0.44% | - |
| HSV(B) | 278.71º | 0.99% | 0.86% | - |
| XYZ | 24.28 | 11.07 | 68.57 | - |
| YUV | 69.6 | 212.88 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 220 | 0.35 | 0.99 | 0 | 0.14 | 278.71 | 0.97 | 0.44 |
| Hex | 8F | 3 | DC | 23 | 63 | 0 | E | 117 | 61 | 2C |
| Octal | 217 | 3 | 334 | 43 | 143 | 0 | 16 | 427 | 141 | 54 |
| Binary | 10001111 | 11 | 11011100 | 100011 | 1100011 | 0 | 1110 | 100010111 | 1100001 | 101100 |
Color Harmonies of #8F03DC
Complementary color
Monochromatic Colors of #8F03DC
Black with #8F03DC
Text Example
Text Example
White with #8F03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03DC; }
p { color: rgb(143,3,220); }
H1.HeaderClassName
{
color: #8F03DC;
}
.AnyTagClassName
{
color: #8F03DC;
}
</style>
background-color css
<style>
a { background-color: #8F03DC; }
a { background-color: rgb(143,3,220); }
div.DivClassName
{
background-color: #8F03DC;
}
.BgClassName
{
background-color: #8F03DC;
}
</style>
border-color css
<style>
span { border-color: #8F03DC; }
span { border-color: rgb(143,3,220); }
td.TdClassName
{
border-color: #8F03DC;
}
.TagClassName
{
border-color: #8F03DC;
}
</style>