Shades of Vivid Violet #8C24AD
Tints of Vivid Violet #8C24AD
RGB
CMYK
RGB Variations
Color information
#8C24AD (or 0x8C24AD) is known color: Vivid Violet. HEX triplet: 8C, 24 and AD. RGB value is (140,36,173). Sum of RGB (Red+Green+Blue) = 140+36+173=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C24AD is #73DB52. Grayscale: #525252. Windows color (decimal): -7592787 or 11347084. OLE color: 11347084.
HSL color Cylindrical-coordinate representation of color #8C24AD: hue angle of 285.55º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C24AD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 36 | 173 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.32 |
| HSL | 285.55º | 0.66% | 0.41% | - |
| HSV(B) | 285.55º | 0.79% | 0.68% | - |
| XYZ | 18.99 | 9.85 | 40.44 | - |
| YUV | 82.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 173 | 0.19 | 0.79 | 0 | 0.32 | 285.55 | 0.66 | 0.41 |
| Hex | 8C | 24 | AD | 13 | 4F | 0 | 20 | 11E | 42 | 29 |
| Octal | 214 | 44 | 255 | 23 | 117 | 0 | 40 | 436 | 102 | 51 |
| Binary | 10001100 | 100100 | 10101101 | 10011 | 1001111 | 0 | 100000 | 100011110 | 1000010 | 101001 |
Color Harmonies of #8C24AD
Complementary color
Monochromatic Colors of #8C24AD
Black with #8C24AD
Text Example
Text Example
White with #8C24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C24AD; }
p { color: rgb(140,36,173); }
H1.HeaderClassName
{
color: #8C24AD;
}
.AnyTagClassName
{
color: #8C24AD;
}
</style>
background-color css
<style>
a { background-color: #8C24AD; }
a { background-color: rgb(140,36,173); }
div.DivClassName
{
background-color: #8C24AD;
}
.BgClassName
{
background-color: #8C24AD;
}
</style>
border-color css
<style>
span { border-color: #8C24AD; }
span { border-color: rgb(140,36,173); }
td.TdClassName
{
border-color: #8C24AD;
}
.TagClassName
{
border-color: #8C24AD;
}
</style>