Shades of Blue Violet #8C2AE5
Tints of Blue Violet #8C2AE5
RGB
CMYK
RGB Variations
Color information
#8C2AE5 (or 0x8C2AE5) is known color: Blue Violet. HEX triplet: 8C, 2A and E5. RGB value is (140,42,229). Sum of RGB (Red+Green+Blue) = 140+42+229=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C2AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2AE5 is #73D51A. Grayscale: #5B5B5B. Windows color (decimal): -7591195 or 15018636. OLE color: 15018636.
HSL color Cylindrical-coordinate representation of color #8C2AE5: hue angle of 271.44º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2AE5 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 42 | 229 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.10 |
| HSL | 271.44º | 0.78% | 0.53% | - |
| HSV(B) | 271.44º | 0.82% | 0.9% | - |
| XYZ | 25.79 | 12.89 | 75.26 | - |
| YUV | 92.62 | 204.97 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 229 | 0.39 | 0.82 | 0 | 0.10 | 271.44 | 0.78 | 0.53 |
| Hex | 8C | 2A | E5 | 27 | 52 | 0 | A | 10F | 4E | 35 |
| Octal | 214 | 52 | 345 | 47 | 122 | 0 | 12 | 417 | 116 | 65 |
| Binary | 10001100 | 101010 | 11100101 | 100111 | 1010010 | 0 | 1010 | 100001111 | 1001110 | 110101 |
Color Harmonies of #8C2AE5
Complementary color
Monochromatic Colors of #8C2AE5
Black with #8C2AE5
Text Example
Text Example
White with #8C2AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AE5; }
p { color: rgb(140,42,229); }
H1.HeaderClassName
{
color: #8C2AE5;
}
.AnyTagClassName
{
color: #8C2AE5;
}
</style>
background-color css
<style>
a { background-color: #8C2AE5; }
a { background-color: rgb(140,42,229); }
div.DivClassName
{
background-color: #8C2AE5;
}
.BgClassName
{
background-color: #8C2AE5;
}
</style>
border-color css
<style>
span { border-color: #8C2AE5; }
span { border-color: rgb(140,42,229); }
td.TdClassName
{
border-color: #8C2AE5;
}
.TagClassName
{
border-color: #8C2AE5;
}
</style>