Shades of Vivid Violet #8D24AB
Tints of Vivid Violet #8D24AB
RGB
CMYK
RGB Variations
Color information
#8D24AB (or 0x8D24AB) is known color: Vivid Violet. HEX triplet: 8D, 24 and AB. RGB value is (141,36,171). Sum of RGB (Red+Green+Blue) = 141+36+171=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D24AB is #72DB54. Grayscale: #525252. Windows color (decimal): -7527253 or 11216013. OLE color: 11216013.
HSL color Cylindrical-coordinate representation of color #8D24AB: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D24AB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 36 | 171 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.33 |
| HSL | 286.67º | 0.65% | 0.41% | - |
| HSV(B) | 286.67º | 0.79% | 0.67% | - |
| XYZ | 18.97 | 9.86 | 39.43 | - |
| YUV | 82.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 171 | 0.18 | 0.79 | 0 | 0.33 | 286.67 | 0.65 | 0.41 |
| Hex | 8D | 24 | AB | 12 | 4F | 0 | 21 | 11F | 41 | 29 |
| Octal | 215 | 44 | 253 | 22 | 117 | 0 | 41 | 437 | 101 | 51 |
| Binary | 10001101 | 100100 | 10101011 | 10010 | 1001111 | 0 | 100001 | 100011111 | 1000001 | 101001 |
Color Harmonies of #8D24AB
Complementary color
Monochromatic Colors of #8D24AB
Black with #8D24AB
Text Example
Text Example
White with #8D24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D24AB; }
p { color: rgb(141,36,171); }
H1.HeaderClassName
{
color: #8D24AB;
}
.AnyTagClassName
{
color: #8D24AB;
}
</style>
background-color css
<style>
a { background-color: #8D24AB; }
a { background-color: rgb(141,36,171); }
div.DivClassName
{
background-color: #8D24AB;
}
.BgClassName
{
background-color: #8D24AB;
}
</style>
border-color css
<style>
span { border-color: #8D24AB; }
span { border-color: rgb(141,36,171); }
td.TdClassName
{
border-color: #8D24AB;
}
.TagClassName
{
border-color: #8D24AB;
}
</style>