Shades of Blue Violet #8A4BEB
Tints of Blue Violet #8A4BEB
RGB
CMYK
RGB Variations
Color information
#8A4BEB (or 0x8A4BEB) is known color: Blue Violet. HEX triplet: 8A, 4B and EB. RGB value is (138,75,235). Sum of RGB (Red+Green+Blue) = 138+75+235=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A4BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BEB is #75B414. Grayscale: #6F6F6F. Windows color (decimal): -7713813 or 15420298. OLE color: 15420298.
HSL color Cylindrical-coordinate representation of color #8A4BEB: hue angle of 263.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A4BEB is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 75 | 235 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.08 |
| HSL | 263.63º | 0.8% | 0.61% | - |
| HSV(B) | 263.63º | 0.68% | 0.92% | - |
| XYZ | 27.99 | 16.43 | 80.29 | - |
| YUV | 112.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 235 | 0.41 | 0.68 | 0 | 0.08 | 263.63 | 0.8 | 0.61 |
| Hex | 8A | 4B | EB | 29 | 44 | 0 | 8 | 108 | 50 | 3D |
| Octal | 212 | 113 | 353 | 51 | 104 | 0 | 10 | 410 | 120 | 75 |
| Binary | 10001010 | 1001011 | 11101011 | 101001 | 1000100 | 0 | 1000 | 100001000 | 1010000 | 111101 |
Color Harmonies of #8A4BEB
Complementary color
Monochromatic Colors of #8A4BEB
Black with #8A4BEB
Text Example
Text Example
White with #8A4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BEB; }
p { color: rgb(138,75,235); }
H1.HeaderClassName
{
color: #8A4BEB;
}
.AnyTagClassName
{
color: #8A4BEB;
}
</style>
background-color css
<style>
a { background-color: #8A4BEB; }
a { background-color: rgb(138,75,235); }
div.DivClassName
{
background-color: #8A4BEB;
}
.BgClassName
{
background-color: #8A4BEB;
}
</style>
border-color css
<style>
span { border-color: #8A4BEB; }
span { border-color: rgb(138,75,235); }
td.TdClassName
{
border-color: #8A4BEB;
}
.TagClassName
{
border-color: #8A4BEB;
}
</style>