Shades of Dark Violet #8F01DF
Tints of Dark Violet #8F01DF
RGB
CMYK
RGB Variations
Color information
#8F01DF (or 0x8F01DF) is known color: Dark Violet. HEX triplet: 8F, 01 and DF. RGB value is (143,1,223). Sum of RGB (Red+Green+Blue) = 143+1+223=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F01DF is #70FE20. Grayscale: #444444. Windows color (decimal): -7405089 or 14614927. OLE color: 14614927.
HSL color Cylindrical-coordinate representation of color #8F01DF: hue angle of 278.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F01DF is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 1 | 223 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.13 |
| HSL | 278.38º | 0.99% | 0.44% | - |
| HSV(B) | 278.38º | 1% | 0.87% | - |
| XYZ | 24.66 | 11.19 | 70.67 | - |
| YUV | 68.77 | 215.04 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 223 | 0.36 | 1.00 | 0 | 0.13 | 278.38 | 0.99 | 0.44 |
| Hex | 8F | 1 | DF | 24 | 64 | 0 | D | 116 | 63 | 2C |
| Octal | 217 | 1 | 337 | 44 | 144 | 0 | 15 | 426 | 143 | 54 |
| Binary | 10001111 | 1 | 11011111 | 100100 | 1100100 | 0 | 1101 | 100010110 | 1100011 | 101100 |
Color Harmonies of #8F01DF
Complementary color
Monochromatic Colors of #8F01DF
Black with #8F01DF
Text Example
Text Example
White with #8F01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01DF; }
p { color: rgb(143,1,223); }
H1.HeaderClassName
{
color: #8F01DF;
}
.AnyTagClassName
{
color: #8F01DF;
}
</style>
background-color css
<style>
a { background-color: #8F01DF; }
a { background-color: rgb(143,1,223); }
div.DivClassName
{
background-color: #8F01DF;
}
.BgClassName
{
background-color: #8F01DF;
}
</style>
border-color css
<style>
span { border-color: #8F01DF; }
span { border-color: rgb(143,1,223); }
td.TdClassName
{
border-color: #8F01DF;
}
.TagClassName
{
border-color: #8F01DF;
}
</style>