Shades of Blue Violet #8A42E8
Tints of Blue Violet #8A42E8
RGB
CMYK
RGB Variations
Color information
#8A42E8 (or 0x8A42E8) is known color: Blue Violet. HEX triplet: 8A, 42 and E8. RGB value is (138,66,232). Sum of RGB (Red+Green+Blue) = 138+66+232=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A42E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A42E8 is #75BD17. Grayscale: #696969. Windows color (decimal): -7716120 or 15221386. OLE color: 15221386.
HSL color Cylindrical-coordinate representation of color #8A42E8: hue angle of 266.02º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A42E8 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 66 | 232 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.09 |
| HSL | 266.02º | 0.78% | 0.58% | - |
| HSV(B) | 266.02º | 0.72% | 0.91% | - |
| XYZ | 26.99 | 15.13 | 77.84 | - |
| YUV | 106.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 232 | 0.41 | 0.72 | 0 | 0.09 | 266.02 | 0.78 | 0.58 |
| Hex | 8A | 42 | E8 | 29 | 48 | 0 | 9 | 10A | 4E | 3A |
| Octal | 212 | 102 | 350 | 51 | 110 | 0 | 11 | 412 | 116 | 72 |
| Binary | 10001010 | 1000010 | 11101000 | 101001 | 1001000 | 0 | 1001 | 100001010 | 1001110 | 111010 |
Color Harmonies of #8A42E8
Complementary color
Monochromatic Colors of #8A42E8
Black with #8A42E8
Text Example
Text Example
White with #8A42E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42E8; }
p { color: rgb(138,66,232); }
H1.HeaderClassName
{
color: #8A42E8;
}
.AnyTagClassName
{
color: #8A42E8;
}
</style>
background-color css
<style>
a { background-color: #8A42E8; }
a { background-color: rgb(138,66,232); }
div.DivClassName
{
background-color: #8A42E8;
}
.BgClassName
{
background-color: #8A42E8;
}
</style>
border-color css
<style>
span { border-color: #8A42E8; }
span { border-color: rgb(138,66,232); }
td.TdClassName
{
border-color: #8A42E8;
}
.TagClassName
{
border-color: #8A42E8;
}
</style>