Shades of Blue Violet #8A1EEB
Tints of Blue Violet #8A1EEB
RGB
CMYK
RGB Variations
Color information
#8A1EEB (or 0x8A1EEB) is known color: Blue Violet. HEX triplet: 8A, 1E and EB. RGB value is (138,30,235). Sum of RGB (Red+Green+Blue) = 138+30+235=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1EEB is #75E114. Grayscale: #545454. Windows color (decimal): -7725333 or 15408778. OLE color: 15408778.
HSL color Cylindrical-coordinate representation of color #8A1EEB: hue angle of 271.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1EEB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 30 | 235 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.08 |
| HSL | 271.61º | 0.84% | 0.52% | - |
| HSV(B) | 271.61º | 0.87% | 0.92% | - |
| XYZ | 25.94 | 12.33 | 79.61 | - |
| YUV | 85.66 | 212.28 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 235 | 0.41 | 0.87 | 0 | 0.08 | 271.61 | 0.84 | 0.52 |
| Hex | 8A | 1E | EB | 29 | 57 | 0 | 8 | 110 | 54 | 34 |
| Octal | 212 | 36 | 353 | 51 | 127 | 0 | 10 | 420 | 124 | 64 |
| Binary | 10001010 | 11110 | 11101011 | 101001 | 1010111 | 0 | 1000 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8A1EEB
Complementary color
Monochromatic Colors of #8A1EEB
Black with #8A1EEB
Text Example
Text Example
White with #8A1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EEB; }
p { color: rgb(138,30,235); }
H1.HeaderClassName
{
color: #8A1EEB;
}
.AnyTagClassName
{
color: #8A1EEB;
}
</style>
background-color css
<style>
a { background-color: #8A1EEB; }
a { background-color: rgb(138,30,235); }
div.DivClassName
{
background-color: #8A1EEB;
}
.BgClassName
{
background-color: #8A1EEB;
}
</style>
border-color css
<style>
span { border-color: #8A1EEB; }
span { border-color: rgb(138,30,235); }
td.TdClassName
{
border-color: #8A1EEB;
}
.TagClassName
{
border-color: #8A1EEB;
}
</style>