Shades of Dark Violet #8F0AEC
Tints of Dark Violet #8F0AEC
RGB
CMYK
RGB Variations
Color information
#8F0AEC (or 0x8F0AEC) is known color: Dark Violet. HEX triplet: 8F, 0A and EC. RGB value is (143,10,236). Sum of RGB (Red+Green+Blue) = 143+10+236=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F0AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AEC is #70F513. Grayscale: #4A4A4A. Windows color (decimal): -7402772 or 15469199. OLE color: 15469199.
HSL color Cylindrical-coordinate representation of color #8F0AEC: hue angle of 275.31º 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 #8F0AEC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 10 | 236 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.07 |
| HSL | 275.31º | 0.92% | 0.48% | - |
| HSV(B) | 275.31º | 0.96% | 0.93% | - |
| XYZ | 26.58 | 12.11 | 80.29 | - |
| YUV | 75.53 | 218.56 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 236 | 0.39 | 0.96 | 0 | 0.07 | 275.31 | 0.92 | 0.48 |
| Hex | 8F | A | EC | 27 | 60 | 0 | 7 | 113 | 5C | 30 |
| Octal | 217 | 12 | 354 | 47 | 140 | 0 | 7 | 423 | 134 | 60 |
| Binary | 10001111 | 1010 | 11101100 | 100111 | 1100000 | 0 | 111 | 100010011 | 1011100 | 110000 |
Color Harmonies of #8F0AEC
Complementary color
Monochromatic Colors of #8F0AEC
Black with #8F0AEC
Text Example
Text Example
White with #8F0AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AEC; }
p { color: rgb(143,10,236); }
H1.HeaderClassName
{
color: #8F0AEC;
}
.AnyTagClassName
{
color: #8F0AEC;
}
</style>
background-color css
<style>
a { background-color: #8F0AEC; }
a { background-color: rgb(143,10,236); }
div.DivClassName
{
background-color: #8F0AEC;
}
.BgClassName
{
background-color: #8F0AEC;
}
</style>
border-color css
<style>
span { border-color: #8F0AEC; }
span { border-color: rgb(143,10,236); }
td.TdClassName
{
border-color: #8F0AEC;
}
.TagClassName
{
border-color: #8F0AEC;
}
</style>