Shades of Vivid Violet #8F24AB
Tints of Vivid Violet #8F24AB
RGB
CMYK
RGB Variations
Color information
#8F24AB (or 0x8F24AB) is known color: Vivid Violet. HEX triplet: 8F, 24 and AB. RGB value is (143,36,171). Sum of RGB (Red+Green+Blue) = 143+36+171=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F24AB is #70DB54. Grayscale: #525252. Windows color (decimal): -7396181 or 11216015. OLE color: 11216015.
HSL color Cylindrical-coordinate representation of color #8F24AB: hue angle of 287.56º 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 #8F24AB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 36 | 171 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.33 |
| HSL | 287.56º | 0.65% | 0.41% | - |
| HSV(B) | 287.56º | 0.79% | 0.67% | - |
| XYZ | 19.31 | 10.04 | 39.45 | - |
| YUV | 83.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 171 | 0.16 | 0.79 | 0 | 0.33 | 287.56 | 0.65 | 0.41 |
| Hex | 8F | 24 | AB | 10 | 4F | 0 | 21 | 120 | 41 | 29 |
| Octal | 217 | 44 | 253 | 20 | 117 | 0 | 41 | 440 | 101 | 51 |
| Binary | 10001111 | 100100 | 10101011 | 10000 | 1001111 | 0 | 100001 | 100100000 | 1000001 | 101001 |
Color Harmonies of #8F24AB
Complementary color
Monochromatic Colors of #8F24AB
Black with #8F24AB
Text Example
Text Example
White with #8F24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24AB; }
p { color: rgb(143,36,171); }
H1.HeaderClassName
{
color: #8F24AB;
}
.AnyTagClassName
{
color: #8F24AB;
}
</style>
background-color css
<style>
a { background-color: #8F24AB; }
a { background-color: rgb(143,36,171); }
div.DivClassName
{
background-color: #8F24AB;
}
.BgClassName
{
background-color: #8F24AB;
}
</style>
border-color css
<style>
span { border-color: #8F24AB; }
span { border-color: rgb(143,36,171); }
td.TdClassName
{
border-color: #8F24AB;
}
.TagClassName
{
border-color: #8F24AB;
}
</style>