Shades of Blue Violet #8C24EF
Tints of Blue Violet #8C24EF
RGB
CMYK
RGB Variations
Color information
#8C24EF (or 0x8C24EF) is known color: Blue Violet. HEX triplet: 8C, 24 and EF. RGB value is (140,36,239). Sum of RGB (Red+Green+Blue) = 140+36+239=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C24EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C24EF is #73DB10. Grayscale: #595959. Windows color (decimal): -7592721 or 15672460. OLE color: 15672460.
HSL color Cylindrical-coordinate representation of color #8C24EF: hue angle of 270.74º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C24EF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 36 | 239 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.06 |
| HSL | 270.74º | 0.86% | 0.54% | - |
| HSV(B) | 270.74º | 0.85% | 0.94% | - |
| XYZ | 27.03 | 13.07 | 82.76 | - |
| YUV | 90.24 | 211.96 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 239 | 0.41 | 0.85 | 0 | 0.06 | 270.74 | 0.86 | 0.54 |
| Hex | 8C | 24 | EF | 29 | 55 | 0 | 6 | 10F | 56 | 36 |
| Octal | 214 | 44 | 357 | 51 | 125 | 0 | 6 | 417 | 126 | 66 |
| Binary | 10001100 | 100100 | 11101111 | 101001 | 1010101 | 0 | 110 | 100001111 | 1010110 | 110110 |
Color Harmonies of #8C24EF
Complementary color
Monochromatic Colors of #8C24EF
Black with #8C24EF
Text Example
Text Example
White with #8C24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C24EF; }
p { color: rgb(140,36,239); }
H1.HeaderClassName
{
color: #8C24EF;
}
.AnyTagClassName
{
color: #8C24EF;
}
</style>
background-color css
<style>
a { background-color: #8C24EF; }
a { background-color: rgb(140,36,239); }
div.DivClassName
{
background-color: #8C24EF;
}
.BgClassName
{
background-color: #8C24EF;
}
</style>
border-color css
<style>
span { border-color: #8C24EF; }
span { border-color: rgb(140,36,239); }
td.TdClassName
{
border-color: #8C24EF;
}
.TagClassName
{
border-color: #8C24EF;
}
</style>