Shades of Dark Violet #8F02DF
Tints of Dark Violet #8F02DF
RGB
CMYK
RGB Variations
Color information
#8F02DF (or 0x8F02DF) is known color: Dark Violet. HEX triplet: 8F, 02 and DF. RGB value is (143,2,223). Sum of RGB (Red+Green+Blue) = 143+2+223=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02DF is #70FD20. Grayscale: #444444. Windows color (decimal): -7404833 or 14615183. OLE color: 14615183.
HSL color Cylindrical-coordinate representation of color #8F02DF: hue angle of 278.28º degrees, saturation: 0.98, 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 #8F02DF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 2 | 223 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.13 |
| HSL | 278.28º | 0.98% | 0.44% | - |
| HSV(B) | 278.28º | 0.99% | 0.87% | - |
| XYZ | 24.67 | 11.21 | 70.68 | - |
| YUV | 69.35 | 214.71 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 223 | 0.36 | 0.99 | 0 | 0.13 | 278.28 | 0.98 | 0.44 |
| Hex | 8F | 2 | DF | 24 | 63 | 0 | D | 116 | 62 | 2C |
| Octal | 217 | 2 | 337 | 44 | 143 | 0 | 15 | 426 | 142 | 54 |
| Binary | 10001111 | 10 | 11011111 | 100100 | 1100011 | 0 | 1101 | 100010110 | 1100010 | 101100 |
Color Harmonies of #8F02DF
Complementary color
Monochromatic Colors of #8F02DF
Black with #8F02DF
Text Example
Text Example
White with #8F02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02DF; }
p { color: rgb(143,2,223); }
H1.HeaderClassName
{
color: #8F02DF;
}
.AnyTagClassName
{
color: #8F02DF;
}
</style>
background-color css
<style>
a { background-color: #8F02DF; }
a { background-color: rgb(143,2,223); }
div.DivClassName
{
background-color: #8F02DF;
}
.BgClassName
{
background-color: #8F02DF;
}
</style>
border-color css
<style>
span { border-color: #8F02DF; }
span { border-color: rgb(143,2,223); }
td.TdClassName
{
border-color: #8F02DF;
}
.TagClassName
{
border-color: #8F02DF;
}
</style>