Shades of Dark Violet #8F03DD
Tints of Dark Violet #8F03DD
RGB
CMYK
RGB Variations
Color information
#8F03DD (or 0x8F03DD) is known color: Dark Violet. HEX triplet: 8F, 03 and DD. RGB value is (143,3,221). Sum of RGB (Red+Green+Blue) = 143+3+221=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03DD is #70FC22. Grayscale: #444444. Windows color (decimal): -7404579 or 14484367. OLE color: 14484367.
HSL color Cylindrical-coordinate representation of color #8F03DD: hue angle of 278.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03DD is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 3 | 221 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.13 |
| HSL | 278.53º | 0.97% | 0.44% | - |
| HSV(B) | 278.53º | 0.99% | 0.87% | - |
| XYZ | 24.41 | 11.13 | 69.27 | - |
| YUV | 69.71 | 213.38 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 221 | 0.35 | 0.99 | 0 | 0.13 | 278.53 | 0.97 | 0.44 |
| Hex | 8F | 3 | DD | 23 | 63 | 0 | D | 117 | 61 | 2C |
| Octal | 217 | 3 | 335 | 43 | 143 | 0 | 15 | 427 | 141 | 54 |
| Binary | 10001111 | 11 | 11011101 | 100011 | 1100011 | 0 | 1101 | 100010111 | 1100001 | 101100 |
Color Harmonies of #8F03DD
Complementary color
Monochromatic Colors of #8F03DD
Black with #8F03DD
Text Example
Text Example
White with #8F03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03DD; }
p { color: rgb(143,3,221); }
H1.HeaderClassName
{
color: #8F03DD;
}
.AnyTagClassName
{
color: #8F03DD;
}
</style>
background-color css
<style>
a { background-color: #8F03DD; }
a { background-color: rgb(143,3,221); }
div.DivClassName
{
background-color: #8F03DD;
}
.BgClassName
{
background-color: #8F03DD;
}
</style>
border-color css
<style>
span { border-color: #8F03DD; }
span { border-color: rgb(143,3,221); }
td.TdClassName
{
border-color: #8F03DD;
}
.TagClassName
{
border-color: #8F03DD;
}
</style>