Shades of Blue Violet #8A0EEF
Tints of Blue Violet #8A0EEF
RGB
CMYK
RGB Variations
Color information
#8A0EEF (or 0x8A0EEF) is known color: Blue Violet. HEX triplet: 8A, 0E and EF. RGB value is (138,14,239). Sum of RGB (Red+Green+Blue) = 138+14+239=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0EEF is #75F110. Grayscale: #4B4B4B. Windows color (decimal): -7729425 or 15666826. OLE color: 15666826.
HSL color Cylindrical-coordinate representation of color #8A0EEF: hue angle of 273.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EEF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 14 | 239 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.06 |
| HSL | 273.07º | 0.89% | 0.5% | - |
| HSV(B) | 273.07º | 0.94% | 0.94% | - |
| XYZ | 26.22 | 11.95 | 82.59 | - |
| YUV | 76.73 | 219.58 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 239 | 0.42 | 0.94 | 0 | 0.06 | 273.07 | 0.89 | 0.5 |
| Hex | 8A | E | EF | 2A | 5E | 0 | 6 | 111 | 59 | 32 |
| Octal | 212 | 16 | 357 | 52 | 136 | 0 | 6 | 421 | 131 | 62 |
| Binary | 10001010 | 1110 | 11101111 | 101010 | 1011110 | 0 | 110 | 100010001 | 1011001 | 110010 |
Color Harmonies of #8A0EEF
Complementary color
Monochromatic Colors of #8A0EEF
Black with #8A0EEF
Text Example
Text Example
White with #8A0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0EEF; }
p { color: rgb(138,14,239); }
H1.HeaderClassName
{
color: #8A0EEF;
}
.AnyTagClassName
{
color: #8A0EEF;
}
</style>
background-color css
<style>
a { background-color: #8A0EEF; }
a { background-color: rgb(138,14,239); }
div.DivClassName
{
background-color: #8A0EEF;
}
.BgClassName
{
background-color: #8A0EEF;
}
</style>
border-color css
<style>
span { border-color: #8A0EEF; }
span { border-color: rgb(138,14,239); }
td.TdClassName
{
border-color: #8A0EEF;
}
.TagClassName
{
border-color: #8A0EEF;
}
</style>