Shades of Dark Violet #8A03EA
Tints of Dark Violet #8A03EA
RGB
CMYK
RGB Variations
Color information
#8A03EA (or 0x8A03EA) is known color: Dark Violet. HEX triplet: 8A, 03 and EA. RGB value is (138,3,234). Sum of RGB (Red+Green+Blue) = 138+3+234=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A03EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A03EA is #75FC15. Grayscale: #444444. Windows color (decimal): -7732246 or 15336330. OLE color: 15336330.
HSL color Cylindrical-coordinate representation of color #8A03EA: hue angle of 275.06º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A03EA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 3 | 234 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.08 |
| HSL | 275.06º | 0.97% | 0.46% | - |
| HSV(B) | 275.06º | 0.99% | 0.92% | - |
| XYZ | 25.37 | 11.41 | 78.71 | - |
| YUV | 69.7 | 220.73 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 234 | 0.41 | 0.99 | 0 | 0.08 | 275.06 | 0.97 | 0.46 |
| Hex | 8A | 3 | EA | 29 | 63 | 0 | 8 | 113 | 61 | 2E |
| Octal | 212 | 3 | 352 | 51 | 143 | 0 | 10 | 423 | 141 | 56 |
| Binary | 10001010 | 11 | 11101010 | 101001 | 1100011 | 0 | 1000 | 100010011 | 1100001 | 101110 |
Color Harmonies of #8A03EA
Complementary color
Monochromatic Colors of #8A03EA
Black with #8A03EA
Text Example
Text Example
White with #8A03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03EA; }
p { color: rgb(138,3,234); }
H1.HeaderClassName
{
color: #8A03EA;
}
.AnyTagClassName
{
color: #8A03EA;
}
</style>
background-color css
<style>
a { background-color: #8A03EA; }
a { background-color: rgb(138,3,234); }
div.DivClassName
{
background-color: #8A03EA;
}
.BgClassName
{
background-color: #8A03EA;
}
</style>
border-color css
<style>
span { border-color: #8A03EA; }
span { border-color: rgb(138,3,234); }
td.TdClassName
{
border-color: #8A03EA;
}
.TagClassName
{
border-color: #8A03EA;
}
</style>