Shades of Dark Violet #8F05DF
Tints of Dark Violet #8F05DF
RGB
CMYK
RGB Variations
Color information
#8F05DF (or 0x8F05DF) is known color: Dark Violet. HEX triplet: 8F, 05 and DF. RGB value is (143,5,223). Sum of RGB (Red+Green+Blue) = 143+5+223=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05DF is #70FA20. Grayscale: #464646. Windows color (decimal): -7404065 or 14615951. OLE color: 14615951.
HSL color Cylindrical-coordinate representation of color #8F05DF: hue angle of 277.98º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05DF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 5 | 223 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.13 |
| HSL | 277.98º | 0.96% | 0.45% | - |
| HSV(B) | 277.98º | 0.98% | 0.87% | - |
| XYZ | 24.7 | 11.28 | 70.69 | - |
| YUV | 71.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 223 | 0.36 | 0.98 | 0 | 0.13 | 277.98 | 0.96 | 0.45 |
| Hex | 8F | 5 | DF | 24 | 62 | 0 | D | 116 | 60 | 2D |
| Octal | 217 | 5 | 337 | 44 | 142 | 0 | 15 | 426 | 140 | 55 |
| Binary | 10001111 | 101 | 11011111 | 100100 | 1100010 | 0 | 1101 | 100010110 | 1100000 | 101101 |
Color Harmonies of #8F05DF
Complementary color
Monochromatic Colors of #8F05DF
Black with #8F05DF
Text Example
Text Example
White with #8F05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05DF; }
p { color: rgb(143,5,223); }
H1.HeaderClassName
{
color: #8F05DF;
}
.AnyTagClassName
{
color: #8F05DF;
}
</style>
background-color css
<style>
a { background-color: #8F05DF; }
a { background-color: rgb(143,5,223); }
div.DivClassName
{
background-color: #8F05DF;
}
.BgClassName
{
background-color: #8F05DF;
}
</style>
border-color css
<style>
span { border-color: #8F05DF; }
span { border-color: rgb(143,5,223); }
td.TdClassName
{
border-color: #8F05DF;
}
.TagClassName
{
border-color: #8F05DF;
}
</style>