Shades of Blue Violet #8C24DC
Tints of Blue Violet #8C24DC
RGB
CMYK
RGB Variations
Color information
#8C24DC (or 0x8C24DC) is known color: Blue Violet. HEX triplet: 8C, 24 and DC. RGB value is (140,36,220). Sum of RGB (Red+Green+Blue) = 140+36+220=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C24DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C24DC is #73DB23. Grayscale: #575757. Windows color (decimal): -7592740 or 14427276. OLE color: 14427276.
HSL color Cylindrical-coordinate representation of color #8C24DC: hue angle of 273.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C24DC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 36 | 220 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.14 |
| HSL | 273.91º | 0.72% | 0.5% | - |
| HSV(B) | 273.91º | 0.84% | 0.86% | - |
| XYZ | 24.36 | 12 | 68.74 | - |
| YUV | 88.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 220 | 0.36 | 0.84 | 0 | 0.14 | 273.91 | 0.72 | 0.5 |
| Hex | 8C | 24 | DC | 24 | 54 | 0 | E | 112 | 48 | 32 |
| Octal | 214 | 44 | 334 | 44 | 124 | 0 | 16 | 422 | 110 | 62 |
| Binary | 10001100 | 100100 | 11011100 | 100100 | 1010100 | 0 | 1110 | 100010010 | 1001000 | 110010 |
Color Harmonies of #8C24DC
Complementary color
Monochromatic Colors of #8C24DC
Black with #8C24DC
Text Example
Text Example
White with #8C24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C24DC; }
p { color: rgb(140,36,220); }
H1.HeaderClassName
{
color: #8C24DC;
}
.AnyTagClassName
{
color: #8C24DC;
}
</style>
background-color css
<style>
a { background-color: #8C24DC; }
a { background-color: rgb(140,36,220); }
div.DivClassName
{
background-color: #8C24DC;
}
.BgClassName
{
background-color: #8C24DC;
}
</style>
border-color css
<style>
span { border-color: #8C24DC; }
span { border-color: rgb(140,36,220); }
td.TdClassName
{
border-color: #8C24DC;
}
.TagClassName
{
border-color: #8C24DC;
}
</style>