Shades of Blue Violet #8C2AFF
Tints of Blue Violet #8C2AFF
RGB
CMYK
RGB Variations
Color information
#8C2AFF (or 0x8C2AFF) is known color: Blue Violet. HEX triplet: 8C, 2A and FF. RGB value is (140,42,255). Sum of RGB (Red+Green+Blue) = 140+42+255=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AFF is #73D500. Grayscale: #5E5E5E. Windows color (decimal): -7591169 or 16722572. OLE color: 16722572.
HSL color Cylindrical-coordinate representation of color #8C2AFF: hue angle of 267.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2AFF is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 42 | 255 | - |
| CMYK | 0.45 | 0.84 | 0 | 0 |
| HSL | 267.61º | 1% | 0.58% | - |
| HSV(B) | 267.61º | 0.84% | 1% | - |
| XYZ | 29.69 | 14.45 | 95.83 | - |
| YUV | 95.58 | 217.97 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 255 | 0.45 | 0.84 | 0 | 0 | 267.61 | 1 | 0.58 |
| Hex | 8C | 2A | FF | 2D | 54 | 0 | 0 | 10C | 64 | 3A |
| Octal | 214 | 52 | 377 | 55 | 124 | 0 | 0 | 414 | 144 | 72 |
| Binary | 10001100 | 101010 | 11111111 | 101101 | 1010100 | 0 | 0 | 100001100 | 1100100 | 111010 |
Color Harmonies of #8C2AFF
Complementary color
Monochromatic Colors of #8C2AFF
Black with #8C2AFF
Text Example
Text Example
White with #8C2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AFF; }
p { color: rgb(140,42,255); }
H1.HeaderClassName
{
color: #8C2AFF;
}
.AnyTagClassName
{
color: #8C2AFF;
}
</style>
background-color css
<style>
a { background-color: #8C2AFF; }
a { background-color: rgb(140,42,255); }
div.DivClassName
{
background-color: #8C2AFF;
}
.BgClassName
{
background-color: #8C2AFF;
}
</style>
border-color css
<style>
span { border-color: #8C2AFF; }
span { border-color: rgb(140,42,255); }
td.TdClassName
{
border-color: #8C2AFF;
}
.TagClassName
{
border-color: #8C2AFF;
}
</style>