Shades of Dark Violet #8A01EC
Tints of Dark Violet #8A01EC
RGB
CMYK
RGB Variations
Color information
#8A01EC (or 0x8A01EC) is known color: Dark Violet. HEX triplet: 8A, 01 and EC. RGB value is (138,1,236). Sum of RGB (Red+Green+Blue) = 138+1+236=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A01EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A01EC is #75FE13. Grayscale: #434343. Windows color (decimal): -7732756 or 15466890. OLE color: 15466890.
HSL color Cylindrical-coordinate representation of color #8A01EC: hue angle of 274.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A01EC is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 1 | 236 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.07 |
| HSL | 274.98º | 0.99% | 0.46% | - |
| HSV(B) | 274.98º | 1% | 0.93% | - |
| XYZ | 25.63 | 11.48 | 80.22 | - |
| YUV | 68.75 | 222.39 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 236 | 0.42 | 1.00 | 0 | 0.07 | 274.98 | 0.99 | 0.46 |
| Hex | 8A | 1 | EC | 2A | 64 | 0 | 7 | 113 | 63 | 2E |
| Octal | 212 | 1 | 354 | 52 | 144 | 0 | 7 | 423 | 143 | 56 |
| Binary | 10001010 | 1 | 11101100 | 101010 | 1100100 | 0 | 111 | 100010011 | 1100011 | 101110 |
Color Harmonies of #8A01EC
Complementary color
Monochromatic Colors of #8A01EC
Black with #8A01EC
Text Example
Text Example
White with #8A01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A01EC; }
p { color: rgb(138,1,236); }
H1.HeaderClassName
{
color: #8A01EC;
}
.AnyTagClassName
{
color: #8A01EC;
}
</style>
background-color css
<style>
a { background-color: #8A01EC; }
a { background-color: rgb(138,1,236); }
div.DivClassName
{
background-color: #8A01EC;
}
.BgClassName
{
background-color: #8A01EC;
}
</style>
border-color css
<style>
span { border-color: #8A01EC; }
span { border-color: rgb(138,1,236); }
td.TdClassName
{
border-color: #8A01EC;
}
.TagClassName
{
border-color: #8A01EC;
}
</style>