Shades of Dark Violet #8A06E4
Tints of Dark Violet #8A06E4
RGB
CMYK
RGB Variations
Color information
#8A06E4 (or 0x8A06E4) is known color: Dark Violet. HEX triplet: 8A, 06 and E4. RGB value is (138,6,228). Sum of RGB (Red+Green+Blue) = 138+6+228=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A06E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06E4 is #75F91B. Grayscale: #464646. Windows color (decimal): -7731484 or 14943882. OLE color: 14943882.
HSL color Cylindrical-coordinate representation of color #8A06E4: hue angle of 275.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06E4 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 6 | 228 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.11 |
| HSL | 275.68º | 0.95% | 0.46% | - |
| HSV(B) | 275.68º | 0.97% | 0.89% | - |
| XYZ | 24.55 | 11.13 | 74.25 | - |
| YUV | 70.78 | 216.73 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 228 | 0.39 | 0.97 | 0 | 0.11 | 275.68 | 0.95 | 0.46 |
| Hex | 8A | 6 | E4 | 27 | 61 | 0 | B | 114 | 5F | 2E |
| Octal | 212 | 6 | 344 | 47 | 141 | 0 | 13 | 424 | 137 | 56 |
| Binary | 10001010 | 110 | 11100100 | 100111 | 1100001 | 0 | 1011 | 100010100 | 1011111 | 101110 |
Color Harmonies of #8A06E4
Complementary color
Monochromatic Colors of #8A06E4
Black with #8A06E4
Text Example
Text Example
White with #8A06E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A06E4; }
p { color: rgb(138,6,228); }
H1.HeaderClassName
{
color: #8A06E4;
}
.AnyTagClassName
{
color: #8A06E4;
}
</style>
background-color css
<style>
a { background-color: #8A06E4; }
a { background-color: rgb(138,6,228); }
div.DivClassName
{
background-color: #8A06E4;
}
.BgClassName
{
background-color: #8A06E4;
}
</style>
border-color css
<style>
span { border-color: #8A06E4; }
span { border-color: rgb(138,6,228); }
td.TdClassName
{
border-color: #8A06E4;
}
.TagClassName
{
border-color: #8A06E4;
}
</style>