Shades of Blue Violet #8A42E5
Tints of Blue Violet #8A42E5
RGB
CMYK
RGB Variations
Color information
#8A42E5 (or 0x8A42E5) is known color: Blue Violet. HEX triplet: 8A, 42 and E5. RGB value is (138,66,229). Sum of RGB (Red+Green+Blue) = 138+66+229=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A42E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42E5 is #75BD1A. Grayscale: #696969. Windows color (decimal): -7716123 or 15024778. OLE color: 15024778.
HSL color Cylindrical-coordinate representation of color #8A42E5: hue angle of 266.5º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A42E5 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 66 | 229 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.10 |
| HSL | 266.5º | 0.76% | 0.58% | - |
| HSV(B) | 266.5º | 0.71% | 0.9% | - |
| XYZ | 26.57 | 14.96 | 75.62 | - |
| YUV | 106.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 229 | 0.40 | 0.71 | 0 | 0.10 | 266.5 | 0.76 | 0.58 |
| Hex | 8A | 42 | E5 | 28 | 47 | 0 | A | 10B | 4C | 3A |
| Octal | 212 | 102 | 345 | 50 | 107 | 0 | 12 | 413 | 114 | 72 |
| Binary | 10001010 | 1000010 | 11100101 | 101000 | 1000111 | 0 | 1010 | 100001011 | 1001100 | 111010 |
Color Harmonies of #8A42E5
Complementary color
Monochromatic Colors of #8A42E5
Black with #8A42E5
Text Example
Text Example
White with #8A42E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42E5; }
p { color: rgb(138,66,229); }
H1.HeaderClassName
{
color: #8A42E5;
}
.AnyTagClassName
{
color: #8A42E5;
}
</style>
background-color css
<style>
a { background-color: #8A42E5; }
a { background-color: rgb(138,66,229); }
div.DivClassName
{
background-color: #8A42E5;
}
.BgClassName
{
background-color: #8A42E5;
}
</style>
border-color css
<style>
span { border-color: #8A42E5; }
span { border-color: rgb(138,66,229); }
td.TdClassName
{
border-color: #8A42E5;
}
.TagClassName
{
border-color: #8A42E5;
}
</style>