Shades of Blue Violet #8A3EEE
Tints of Blue Violet #8A3EEE
RGB
CMYK
RGB Variations
Color information
#8A3EEE (or 0x8A3EEE) is known color: Blue Violet. HEX triplet: 8A, 3E and EE. RGB value is (138,62,238). Sum of RGB (Red+Green+Blue) = 138+62+238=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3EEE is #75C111. Grayscale: #686868. Windows color (decimal): -7717138 or 15613578. OLE color: 15613578.
HSL color Cylindrical-coordinate representation of color #8A3EEE: hue angle of 265.91º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3EEE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 62 | 238 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.07 |
| HSL | 265.91º | 0.84% | 0.59% | - |
| HSV(B) | 265.91º | 0.74% | 0.93% | - |
| XYZ | 27.64 | 15.02 | 82.33 | - |
| YUV | 104.79 | 203.18 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 238 | 0.42 | 0.74 | 0 | 0.07 | 265.91 | 0.84 | 0.59 |
| Hex | 8A | 3E | EE | 2A | 4A | 0 | 7 | 10A | 54 | 3B |
| Octal | 212 | 76 | 356 | 52 | 112 | 0 | 7 | 412 | 124 | 73 |
| Binary | 10001010 | 111110 | 11101110 | 101010 | 1001010 | 0 | 111 | 100001010 | 1010100 | 111011 |
Color Harmonies of #8A3EEE
Complementary color
Monochromatic Colors of #8A3EEE
Black with #8A3EEE
Text Example
Text Example
White with #8A3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EEE; }
p { color: rgb(138,62,238); }
H1.HeaderClassName
{
color: #8A3EEE;
}
.AnyTagClassName
{
color: #8A3EEE;
}
</style>
background-color css
<style>
a { background-color: #8A3EEE; }
a { background-color: rgb(138,62,238); }
div.DivClassName
{
background-color: #8A3EEE;
}
.BgClassName
{
background-color: #8A3EEE;
}
</style>
border-color css
<style>
span { border-color: #8A3EEE; }
span { border-color: rgb(138,62,238); }
td.TdClassName
{
border-color: #8A3EEE;
}
.TagClassName
{
border-color: #8A3EEE;
}
</style>