Shades of Dark Violet #8F0FDF
Tints of Dark Violet #8F0FDF
RGB
CMYK
RGB Variations
Color information
#8F0FDF (or 0x8F0FDF) is known color: Dark Violet. HEX triplet: 8F, 0F and DF. RGB value is (143,15,223). Sum of RGB (Red+Green+Blue) = 143+15+223=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FDF is #70F020. Grayscale: #4C4C4C. Windows color (decimal): -7401505 or 14618511. OLE color: 14618511.
HSL color Cylindrical-coordinate representation of color #8F0FDF: hue angle of 276.92º 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 #8F0FDF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 15 | 223 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.13 |
| HSL | 276.92º | 0.87% | 0.47% | - |
| HSV(B) | 276.92º | 0.93% | 0.87% | - |
| XYZ | 24.82 | 11.51 | 70.73 | - |
| YUV | 76.98 | 210.41 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 223 | 0.36 | 0.93 | 0 | 0.13 | 276.92 | 0.87 | 0.47 |
| Hex | 8F | F | DF | 24 | 5D | 0 | D | 115 | 57 | 2F |
| Octal | 217 | 17 | 337 | 44 | 135 | 0 | 15 | 425 | 127 | 57 |
| Binary | 10001111 | 1111 | 11011111 | 100100 | 1011101 | 0 | 1101 | 100010101 | 1010111 | 101111 |
Color Harmonies of #8F0FDF
Complementary color
Monochromatic Colors of #8F0FDF
Black with #8F0FDF
Text Example
Text Example
White with #8F0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FDF; }
p { color: rgb(143,15,223); }
H1.HeaderClassName
{
color: #8F0FDF;
}
.AnyTagClassName
{
color: #8F0FDF;
}
</style>
background-color css
<style>
a { background-color: #8F0FDF; }
a { background-color: rgb(143,15,223); }
div.DivClassName
{
background-color: #8F0FDF;
}
.BgClassName
{
background-color: #8F0FDF;
}
</style>
border-color css
<style>
span { border-color: #8F0FDF; }
span { border-color: rgb(143,15,223); }
td.TdClassName
{
border-color: #8F0FDF;
}
.TagClassName
{
border-color: #8F0FDF;
}
</style>