Shades of Blue Violet #8C24EE
Tints of Blue Violet #8C24EE
RGB
CMYK
RGB Variations
Color information
#8C24EE (or 0x8C24EE) is known color: Blue Violet. HEX triplet: 8C, 24 and EE. RGB value is (140,36,238). Sum of RGB (Red+Green+Blue) = 140+36+238=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C24EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C24EE is #73DB11. Grayscale: #595959. Windows color (decimal): -7592722 or 15606924. OLE color: 15606924.
HSL color Cylindrical-coordinate representation of color #8C24EE: hue angle of 270.89º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C24EE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 36 | 238 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.07 |
| HSL | 270.89º | 0.86% | 0.54% | - |
| HSV(B) | 270.89º | 0.85% | 0.93% | - |
| XYZ | 26.88 | 13.01 | 81.98 | - |
| YUV | 90.12 | 211.46 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 238 | 0.41 | 0.85 | 0 | 0.07 | 270.89 | 0.86 | 0.54 |
| Hex | 8C | 24 | EE | 29 | 55 | 0 | 7 | 10F | 56 | 36 |
| Octal | 214 | 44 | 356 | 51 | 125 | 0 | 7 | 417 | 126 | 66 |
| Binary | 10001100 | 100100 | 11101110 | 101001 | 1010101 | 0 | 111 | 100001111 | 1010110 | 110110 |
Color Harmonies of #8C24EE
Complementary color
Monochromatic Colors of #8C24EE
Black with #8C24EE
Text Example
Text Example
White with #8C24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C24EE; }
p { color: rgb(140,36,238); }
H1.HeaderClassName
{
color: #8C24EE;
}
.AnyTagClassName
{
color: #8C24EE;
}
</style>
background-color css
<style>
a { background-color: #8C24EE; }
a { background-color: rgb(140,36,238); }
div.DivClassName
{
background-color: #8C24EE;
}
.BgClassName
{
background-color: #8C24EE;
}
</style>
border-color css
<style>
span { border-color: #8C24EE; }
span { border-color: rgb(140,36,238); }
td.TdClassName
{
border-color: #8C24EE;
}
.TagClassName
{
border-color: #8C24EE;
}
</style>