Shades of Blue Violet #8A4CEC
Tints of Blue Violet #8A4CEC
RGB
CMYK
RGB Variations
Color information
#8A4CEC (or 0x8A4CEC) is known color: Blue Violet. HEX triplet: 8A, 4C and EC. RGB value is (138,76,236). Sum of RGB (Red+Green+Blue) = 138+76+236=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4CEC is #75B313. Grayscale: #707070. Windows color (decimal): -7713556 or 15486090. OLE color: 15486090.
HSL color Cylindrical-coordinate representation of color #8A4CEC: hue angle of 263.25º 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 #8A4CEC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 76 | 236 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.07 |
| HSL | 263.25º | 0.81% | 0.61% | - |
| HSV(B) | 263.25º | 0.68% | 0.93% | - |
| XYZ | 28.21 | 16.63 | 81.08 | - |
| YUV | 112.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 236 | 0.42 | 0.68 | 0 | 0.07 | 263.25 | 0.81 | 0.61 |
| Hex | 8A | 4C | EC | 2A | 44 | 0 | 7 | 107 | 51 | 3D |
| Octal | 212 | 114 | 354 | 52 | 104 | 0 | 7 | 407 | 121 | 75 |
| Binary | 10001010 | 1001100 | 11101100 | 101010 | 1000100 | 0 | 111 | 100000111 | 1010001 | 111101 |
Color Harmonies of #8A4CEC
Complementary color
Monochromatic Colors of #8A4CEC
Black with #8A4CEC
Text Example
Text Example
White with #8A4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CEC; }
p { color: rgb(138,76,236); }
H1.HeaderClassName
{
color: #8A4CEC;
}
.AnyTagClassName
{
color: #8A4CEC;
}
</style>
background-color css
<style>
a { background-color: #8A4CEC; }
a { background-color: rgb(138,76,236); }
div.DivClassName
{
background-color: #8A4CEC;
}
.BgClassName
{
background-color: #8A4CEC;
}
</style>
border-color css
<style>
span { border-color: #8A4CEC; }
span { border-color: rgb(138,76,236); }
td.TdClassName
{
border-color: #8A4CEC;
}
.TagClassName
{
border-color: #8A4CEC;
}
</style>