Shades of Dark Violet #8F0AED
Tints of Dark Violet #8F0AED
RGB
CMYK
RGB Variations
Color information
#8F0AED (or 0x8F0AED) is known color: Dark Violet. HEX triplet: 8F, 0A and ED. RGB value is (143,10,237). Sum of RGB (Red+Green+Blue) = 143+10+237=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AED is #70F512. Grayscale: #4A4A4A. Windows color (decimal): -7402771 or 15534735. OLE color: 15534735.
HSL color Cylindrical-coordinate representation of color #8F0AED: hue angle of 275.15º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0AED is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 10 | 237 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.07 |
| HSL | 275.15º | 0.92% | 0.48% | - |
| HSV(B) | 275.15º | 0.96% | 0.93% | - |
| XYZ | 26.72 | 12.17 | 81.06 | - |
| YUV | 75.65 | 219.06 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 237 | 0.40 | 0.96 | 0 | 0.07 | 275.15 | 0.92 | 0.48 |
| Hex | 8F | A | ED | 28 | 60 | 0 | 7 | 113 | 5C | 30 |
| Octal | 217 | 12 | 355 | 50 | 140 | 0 | 7 | 423 | 134 | 60 |
| Binary | 10001111 | 1010 | 11101101 | 101000 | 1100000 | 0 | 111 | 100010011 | 1011100 | 110000 |
Color Harmonies of #8F0AED
Complementary color
Monochromatic Colors of #8F0AED
Black with #8F0AED
Text Example
Text Example
White with #8F0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AED; }
p { color: rgb(143,10,237); }
H1.HeaderClassName
{
color: #8F0AED;
}
.AnyTagClassName
{
color: #8F0AED;
}
</style>
background-color css
<style>
a { background-color: #8F0AED; }
a { background-color: rgb(143,10,237); }
div.DivClassName
{
background-color: #8F0AED;
}
.BgClassName
{
background-color: #8F0AED;
}
</style>
border-color css
<style>
span { border-color: #8F0AED; }
span { border-color: rgb(143,10,237); }
td.TdClassName
{
border-color: #8F0AED;
}
.TagClassName
{
border-color: #8F0AED;
}
</style>