Shades of Blue Violet #8C2AEF
Tints of Blue Violet #8C2AEF
RGB
CMYK
RGB Variations
Color information
#8C2AEF (or 0x8C2AEF) is known color: Blue Violet. HEX triplet: 8C, 2A and EF. RGB value is (140,42,239). Sum of RGB (Red+Green+Blue) = 140+42+239=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C2AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AEF is #73D510. Grayscale: #5D5D5D. Windows color (decimal): -7591185 or 15673996. OLE color: 15673996.
HSL color Cylindrical-coordinate representation of color #8C2AEF: hue angle of 269.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2AEF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 42 | 239 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.06 |
| HSL | 269.85º | 0.86% | 0.55% | - |
| HSV(B) | 269.85º | 0.82% | 0.94% | - |
| XYZ | 27.22 | 13.46 | 82.83 | - |
| YUV | 93.76 | 209.97 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 239 | 0.41 | 0.82 | 0 | 0.06 | 269.85 | 0.86 | 0.55 |
| Hex | 8C | 2A | EF | 29 | 52 | 0 | 6 | 10E | 56 | 37 |
| Octal | 214 | 52 | 357 | 51 | 122 | 0 | 6 | 416 | 126 | 67 |
| Binary | 10001100 | 101010 | 11101111 | 101001 | 1010010 | 0 | 110 | 100001110 | 1010110 | 110111 |
Color Harmonies of #8C2AEF
Complementary color
Monochromatic Colors of #8C2AEF
Black with #8C2AEF
Text Example
Text Example
White with #8C2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AEF; }
p { color: rgb(140,42,239); }
H1.HeaderClassName
{
color: #8C2AEF;
}
.AnyTagClassName
{
color: #8C2AEF;
}
</style>
background-color css
<style>
a { background-color: #8C2AEF; }
a { background-color: rgb(140,42,239); }
div.DivClassName
{
background-color: #8C2AEF;
}
.BgClassName
{
background-color: #8C2AEF;
}
</style>
border-color css
<style>
span { border-color: #8C2AEF; }
span { border-color: rgb(140,42,239); }
td.TdClassName
{
border-color: #8C2AEF;
}
.TagClassName
{
border-color: #8C2AEF;
}
</style>