Shades of Dark Violet #8F10DF
Tints of Dark Violet #8F10DF
RGB
CMYK
RGB Variations
Color information
#8F10DF (or 0x8F10DF) is known color: Dark Violet. HEX triplet: 8F, 10 and DF. RGB value is (143,16,223). Sum of RGB (Red+Green+Blue) = 143+16+223=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10DF is #70EF20. Grayscale: #4C4C4C. Windows color (decimal): -7401249 or 14618767. OLE color: 14618767.
HSL color Cylindrical-coordinate representation of color #8F10DF: hue angle of 276.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F10DF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 16 | 223 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.13 |
| HSL | 276.81º | 0.87% | 0.47% | - |
| HSV(B) | 276.81º | 0.93% | 0.87% | - |
| XYZ | 24.83 | 11.54 | 70.73 | - |
| YUV | 77.57 | 210.08 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 223 | 0.36 | 0.93 | 0 | 0.13 | 276.81 | 0.87 | 0.47 |
| Hex | 8F | 10 | DF | 24 | 5D | 0 | D | 115 | 57 | 2F |
| Octal | 217 | 20 | 337 | 44 | 135 | 0 | 15 | 425 | 127 | 57 |
| Binary | 10001111 | 10000 | 11011111 | 100100 | 1011101 | 0 | 1101 | 100010101 | 1010111 | 101111 |
Color Harmonies of #8F10DF
Complementary color
Monochromatic Colors of #8F10DF
Black with #8F10DF
Text Example
Text Example
White with #8F10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10DF; }
p { color: rgb(143,16,223); }
H1.HeaderClassName
{
color: #8F10DF;
}
.AnyTagClassName
{
color: #8F10DF;
}
</style>
background-color css
<style>
a { background-color: #8F10DF; }
a { background-color: rgb(143,16,223); }
div.DivClassName
{
background-color: #8F10DF;
}
.BgClassName
{
background-color: #8F10DF;
}
</style>
border-color css
<style>
span { border-color: #8F10DF; }
span { border-color: rgb(143,16,223); }
td.TdClassName
{
border-color: #8F10DF;
}
.TagClassName
{
border-color: #8F10DF;
}
</style>