Shades of Blue Violet #8A3EE6
Tints of Blue Violet #8A3EE6
RGB
CMYK
RGB Variations
Color information
#8A3EE6 (or 0x8A3EE6) is known color: Blue Violet. HEX triplet: 8A, 3E and E6. RGB value is (138,62,230). Sum of RGB (Red+Green+Blue) = 138+62+230=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A3EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3EE6 is #75C119. Grayscale: #676767. Windows color (decimal): -7717146 or 15089290. OLE color: 15089290.
HSL color Cylindrical-coordinate representation of color #8A3EE6: hue angle of 267.14º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A3EE6 is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 62 | 230 | - |
| CMYK | 0.4 | 0.73 | 0 | 0.10 |
| HSL | 267.14º | 0.77% | 0.57% | - |
| HSV(B) | 267.14º | 0.73% | 0.9% | - |
| XYZ | 26.49 | 14.56 | 76.28 | - |
| YUV | 103.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 230 | 0.4 | 0.73 | 0 | 0.10 | 267.14 | 0.77 | 0.57 |
| Hex | 8A | 3E | E6 | 28 | 49 | 0 | A | 10B | 4D | 39 |
| Octal | 212 | 76 | 346 | 50 | 111 | 0 | 12 | 413 | 115 | 71 |
| Binary | 10001010 | 111110 | 11100110 | 101000 | 1001001 | 0 | 1010 | 100001011 | 1001101 | 111001 |
Color Harmonies of #8A3EE6
Complementary color
Monochromatic Colors of #8A3EE6
Black with #8A3EE6
Text Example
Text Example
White with #8A3EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EE6; }
p { color: rgb(138,62,230); }
H1.HeaderClassName
{
color: #8A3EE6;
}
.AnyTagClassName
{
color: #8A3EE6;
}
</style>
background-color css
<style>
a { background-color: #8A3EE6; }
a { background-color: rgb(138,62,230); }
div.DivClassName
{
background-color: #8A3EE6;
}
.BgClassName
{
background-color: #8A3EE6;
}
</style>
border-color css
<style>
span { border-color: #8A3EE6; }
span { border-color: rgb(138,62,230); }
td.TdClassName
{
border-color: #8A3EE6;
}
.TagClassName
{
border-color: #8A3EE6;
}
</style>