Shades of Dark Violet #8A0CE1
Tints of Dark Violet #8A0CE1
RGB
CMYK
RGB Variations
Color information
#8A0CE1 (or 0x8A0CE1) is known color: Dark Violet. HEX triplet: 8A, 0C and E1. RGB value is (138,12,225). Sum of RGB (Red+Green+Blue) = 138+12+225=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A0CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CE1 is #75F31E. Grayscale: #494949. Windows color (decimal): -7729951 or 14748810. OLE color: 14748810.
HSL color Cylindrical-coordinate representation of color #8A0CE1: hue angle of 275.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CE1 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 12 | 225 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.12 |
| HSL | 275.49º | 0.9% | 0.46% | - |
| HSV(B) | 275.49º | 0.95% | 0.88% | - |
| XYZ | 24.2 | 11.1 | 72.1 | - |
| YUV | 73.96 | 213.24 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 225 | 0.39 | 0.95 | 0 | 0.12 | 275.49 | 0.9 | 0.46 |
| Hex | 8A | C | E1 | 27 | 5F | 0 | C | 113 | 5A | 2E |
| Octal | 212 | 14 | 341 | 47 | 137 | 0 | 14 | 423 | 132 | 56 |
| Binary | 10001010 | 1100 | 11100001 | 100111 | 1011111 | 0 | 1100 | 100010011 | 1011010 | 101110 |
Color Harmonies of #8A0CE1
Complementary color
Monochromatic Colors of #8A0CE1
Black with #8A0CE1
Text Example
Text Example
White with #8A0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CE1; }
p { color: rgb(138,12,225); }
H1.HeaderClassName
{
color: #8A0CE1;
}
.AnyTagClassName
{
color: #8A0CE1;
}
</style>
background-color css
<style>
a { background-color: #8A0CE1; }
a { background-color: rgb(138,12,225); }
div.DivClassName
{
background-color: #8A0CE1;
}
.BgClassName
{
background-color: #8A0CE1;
}
</style>
border-color css
<style>
span { border-color: #8A0CE1; }
span { border-color: rgb(138,12,225); }
td.TdClassName
{
border-color: #8A0CE1;
}
.TagClassName
{
border-color: #8A0CE1;
}
</style>