Shades of Dark Violet #8F0AEE
Tints of Dark Violet #8F0AEE
RGB
CMYK
RGB Variations
Color information
#8F0AEE (or 0x8F0AEE) is known color: Dark Violet. HEX triplet: 8F, 0A and EE. RGB value is (143,10,238). Sum of RGB (Red+Green+Blue) = 143+10+238=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F0AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AEE is #70F511. Grayscale: #4A4A4A. Windows color (decimal): -7402770 or 15600271. OLE color: 15600271.
HSL color Cylindrical-coordinate representation of color #8F0AEE: hue angle of 275º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0AEE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 10 | 238 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.07 |
| HSL | 275º | 0.92% | 0.49% | - |
| HSV(B) | 275º | 0.96% | 0.93% | - |
| XYZ | 26.87 | 12.23 | 81.83 | - |
| YUV | 75.76 | 219.56 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 238 | 0.40 | 0.96 | 0 | 0.07 | 275 | 0.92 | 0.49 |
| Hex | 8F | A | EE | 28 | 60 | 0 | 7 | 113 | 5C | 31 |
| Octal | 217 | 12 | 356 | 50 | 140 | 0 | 7 | 423 | 134 | 61 |
| Binary | 10001111 | 1010 | 11101110 | 101000 | 1100000 | 0 | 111 | 100010011 | 1011100 | 110001 |
Color Harmonies of #8F0AEE
Complementary color
Monochromatic Colors of #8F0AEE
Black with #8F0AEE
Text Example
Text Example
White with #8F0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AEE; }
p { color: rgb(143,10,238); }
H1.HeaderClassName
{
color: #8F0AEE;
}
.AnyTagClassName
{
color: #8F0AEE;
}
</style>
background-color css
<style>
a { background-color: #8F0AEE; }
a { background-color: rgb(143,10,238); }
div.DivClassName
{
background-color: #8F0AEE;
}
.BgClassName
{
background-color: #8F0AEE;
}
</style>
border-color css
<style>
span { border-color: #8F0AEE; }
span { border-color: rgb(143,10,238); }
td.TdClassName
{
border-color: #8F0AEE;
}
.TagClassName
{
border-color: #8F0AEE;
}
</style>