Shades of Dark Violet #8A06EA
Tints of Dark Violet #8A06EA
RGB
CMYK
RGB Variations
Color information
#8A06EA (or 0x8A06EA) is known color: Dark Violet. HEX triplet: 8A, 06 and EA. RGB value is (138,6,234). Sum of RGB (Red+Green+Blue) = 138+6+234=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A06EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A06EA is #75F915. Grayscale: #464646. Windows color (decimal): -7731478 or 15337098. OLE color: 15337098.
HSL color Cylindrical-coordinate representation of color #8A06EA: hue angle of 274.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06EA is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 6 | 234 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.08 |
| HSL | 274.74º | 0.95% | 0.47% | - |
| HSV(B) | 274.74º | 0.97% | 0.92% | - |
| XYZ | 25.4 | 11.47 | 78.72 | - |
| YUV | 71.46 | 219.73 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 234 | 0.41 | 0.97 | 0 | 0.08 | 274.74 | 0.95 | 0.47 |
| Hex | 8A | 6 | EA | 29 | 61 | 0 | 8 | 113 | 5F | 2F |
| Octal | 212 | 6 | 352 | 51 | 141 | 0 | 10 | 423 | 137 | 57 |
| Binary | 10001010 | 110 | 11101010 | 101001 | 1100001 | 0 | 1000 | 100010011 | 1011111 | 101111 |
Color Harmonies of #8A06EA
Complementary color
Monochromatic Colors of #8A06EA
Black with #8A06EA
Text Example
Text Example
White with #8A06EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A06EA; }
p { color: rgb(138,6,234); }
H1.HeaderClassName
{
color: #8A06EA;
}
.AnyTagClassName
{
color: #8A06EA;
}
</style>
background-color css
<style>
a { background-color: #8A06EA; }
a { background-color: rgb(138,6,234); }
div.DivClassName
{
background-color: #8A06EA;
}
.BgClassName
{
background-color: #8A06EA;
}
</style>
border-color css
<style>
span { border-color: #8A06EA; }
span { border-color: rgb(138,6,234); }
td.TdClassName
{
border-color: #8A06EA;
}
.TagClassName
{
border-color: #8A06EA;
}
</style>