Shades of Dark Violet #8A0CE3
Tints of Dark Violet #8A0CE3
RGB
CMYK
RGB Variations
Color information
#8A0CE3 (or 0x8A0CE3) is known color: Dark Violet. HEX triplet: 8A, 0C and E3. RGB value is (138,12,227). Sum of RGB (Red+Green+Blue) = 138+12+227=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 227 (89.06% from 255 or 60.21% from 377); Max value from RGB is 227 - color contains mainly: blue. Hex color #8A0CE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CE3 is #75F31C. Grayscale: #494949. Windows color (decimal): -7729949 or 14879882. OLE color: 14879882.
HSL color Cylindrical-coordinate representation of color #8A0CE3: hue angle of 275.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CE3 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 12 | 227 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.11 |
| HSL | 275.16º | 0.9% | 0.47% | - |
| HSV(B) | 275.16º | 0.95% | 0.89% | - |
| XYZ | 24.48 | 11.21 | 73.55 | - |
| YUV | 74.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 227 | 0.39 | 0.95 | 0 | 0.11 | 275.16 | 0.9 | 0.47 |
| Hex | 8A | C | E3 | 27 | 5F | 0 | B | 113 | 5A | 2F |
| Octal | 212 | 14 | 343 | 47 | 137 | 0 | 13 | 423 | 132 | 57 |
| Binary | 10001010 | 1100 | 11100011 | 100111 | 1011111 | 0 | 1011 | 100010011 | 1011010 | 101111 |
Color Harmonies of #8A0CE3
Complementary color
Monochromatic Colors of #8A0CE3
Black with #8A0CE3
Text Example
Text Example
White with #8A0CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CE3; }
p { color: rgb(138,12,227); }
H1.HeaderClassName
{
color: #8A0CE3;
}
.AnyTagClassName
{
color: #8A0CE3;
}
</style>
background-color css
<style>
a { background-color: #8A0CE3; }
a { background-color: rgb(138,12,227); }
div.DivClassName
{
background-color: #8A0CE3;
}
.BgClassName
{
background-color: #8A0CE3;
}
</style>
border-color css
<style>
span { border-color: #8A0CE3; }
span { border-color: rgb(138,12,227); }
td.TdClassName
{
border-color: #8A0CE3;
}
.TagClassName
{
border-color: #8A0CE3;
}
</style>