Shades of Blue Violet #8C2AEB
Tints of Blue Violet #8C2AEB
RGB
CMYK
RGB Variations
Color information
#8C2AEB (or 0x8C2AEB) is known color: Blue Violet. HEX triplet: 8C, 2A and EB. RGB value is (140,42,235). Sum of RGB (Red+Green+Blue) = 140+42+235=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C2AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AEB is #73D514. Grayscale: #5C5C5C. Windows color (decimal): -7591189 or 15411852. OLE color: 15411852.
HSL color Cylindrical-coordinate representation of color #8C2AEB: hue angle of 270.47º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2AEB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 42 | 235 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.08 |
| HSL | 270.47º | 0.83% | 0.54% | - |
| HSV(B) | 270.47º | 0.82% | 0.92% | - |
| XYZ | 26.64 | 13.23 | 79.75 | - |
| YUV | 93.3 | 207.97 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 235 | 0.40 | 0.82 | 0 | 0.08 | 270.47 | 0.83 | 0.54 |
| Hex | 8C | 2A | EB | 28 | 52 | 0 | 8 | 10E | 53 | 36 |
| Octal | 214 | 52 | 353 | 50 | 122 | 0 | 10 | 416 | 123 | 66 |
| Binary | 10001100 | 101010 | 11101011 | 101000 | 1010010 | 0 | 1000 | 100001110 | 1010011 | 110110 |
Color Harmonies of #8C2AEB
Complementary color
Monochromatic Colors of #8C2AEB
Black with #8C2AEB
Text Example
Text Example
White with #8C2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AEB; }
p { color: rgb(140,42,235); }
H1.HeaderClassName
{
color: #8C2AEB;
}
.AnyTagClassName
{
color: #8C2AEB;
}
</style>
background-color css
<style>
a { background-color: #8C2AEB; }
a { background-color: rgb(140,42,235); }
div.DivClassName
{
background-color: #8C2AEB;
}
.BgClassName
{
background-color: #8C2AEB;
}
</style>
border-color css
<style>
span { border-color: #8C2AEB; }
span { border-color: rgb(140,42,235); }
td.TdClassName
{
border-color: #8C2AEB;
}
.TagClassName
{
border-color: #8C2AEB;
}
</style>