Shades of Blue Violet #8A4BEC
Tints of Blue Violet #8A4BEC
RGB
CMYK
RGB Variations
Color information
#8A4BEC (or 0x8A4BEC) is known color: Blue Violet. HEX triplet: 8A, 4B and EC. RGB value is (138,75,236). Sum of RGB (Red+Green+Blue) = 138+75+236=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BEC is #75B413. Grayscale: #6F6F6F. Windows color (decimal): -7713812 or 15485834. OLE color: 15485834.
HSL color Cylindrical-coordinate representation of color #8A4BEC: hue angle of 263.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A4BEC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 75 | 236 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.07 |
| HSL | 263.48º | 0.81% | 0.61% | - |
| HSV(B) | 263.48º | 0.68% | 0.93% | - |
| XYZ | 28.14 | 16.49 | 81.06 | - |
| YUV | 112.19 | 197.87 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 236 | 0.42 | 0.68 | 0 | 0.07 | 263.48 | 0.81 | 0.61 |
| Hex | 8A | 4B | EC | 2A | 44 | 0 | 7 | 107 | 51 | 3D |
| Octal | 212 | 113 | 354 | 52 | 104 | 0 | 7 | 407 | 121 | 75 |
| Binary | 10001010 | 1001011 | 11101100 | 101010 | 1000100 | 0 | 111 | 100000111 | 1010001 | 111101 |
Color Harmonies of #8A4BEC
Complementary color
Monochromatic Colors of #8A4BEC
Black with #8A4BEC
Text Example
Text Example
White with #8A4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BEC; }
p { color: rgb(138,75,236); }
H1.HeaderClassName
{
color: #8A4BEC;
}
.AnyTagClassName
{
color: #8A4BEC;
}
</style>
background-color css
<style>
a { background-color: #8A4BEC; }
a { background-color: rgb(138,75,236); }
div.DivClassName
{
background-color: #8A4BEC;
}
.BgClassName
{
background-color: #8A4BEC;
}
</style>
border-color css
<style>
span { border-color: #8A4BEC; }
span { border-color: rgb(138,75,236); }
td.TdClassName
{
border-color: #8A4BEC;
}
.TagClassName
{
border-color: #8A4BEC;
}
</style>