Shades of Blue Violet #8C24FF
Tints of Blue Violet #8C24FF
RGB
CMYK
RGB Variations
Color information
#8C24FF (or 0x8C24FF) is known color: Blue Violet. HEX triplet: 8C, 24 and FF. RGB value is (140,36,255). Sum of RGB (Red+Green+Blue) = 140+36+255=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C24FF is #73DB00. Grayscale: #5B5B5B. Windows color (decimal): -7592705 or 16721036. OLE color: 16721036.
HSL color Cylindrical-coordinate representation of color #8C24FF: hue angle of 268.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C24FF is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 36 | 255 | - |
| CMYK | 0.45 | 0.86 | 0 | 0 |
| HSL | 268.49º | 1% | 0.57% | - |
| HSV(B) | 268.49º | 0.86% | 1% | - |
| XYZ | 29.5 | 14.06 | 95.77 | - |
| YUV | 92.06 | 219.96 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 255 | 0.45 | 0.86 | 0 | 0 | 268.49 | 1 | 0.57 |
| Hex | 8C | 24 | FF | 2D | 56 | 0 | 0 | 10C | 64 | 39 |
| Octal | 214 | 44 | 377 | 55 | 126 | 0 | 0 | 414 | 144 | 71 |
| Binary | 10001100 | 100100 | 11111111 | 101101 | 1010110 | 0 | 0 | 100001100 | 1100100 | 111001 |
Color Harmonies of #8C24FF
Complementary color
Monochromatic Colors of #8C24FF
Black with #8C24FF
Text Example
Text Example
White with #8C24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C24FF; }
p { color: rgb(140,36,255); }
H1.HeaderClassName
{
color: #8C24FF;
}
.AnyTagClassName
{
color: #8C24FF;
}
</style>
background-color css
<style>
a { background-color: #8C24FF; }
a { background-color: rgb(140,36,255); }
div.DivClassName
{
background-color: #8C24FF;
}
.BgClassName
{
background-color: #8C24FF;
}
</style>
border-color css
<style>
span { border-color: #8C24FF; }
span { border-color: rgb(140,36,255); }
td.TdClassName
{
border-color: #8C24FF;
}
.TagClassName
{
border-color: #8C24FF;
}
</style>