Shades of Vivid Violet #8F24AC
Tints of Vivid Violet #8F24AC
RGB
CMYK
RGB Variations
Color information
#8F24AC (or 0x8F24AC) is known color: Vivid Violet. HEX triplet: 8F, 24 and AC. RGB value is (143,36,172). Sum of RGB (Red+Green+Blue) = 143+36+172=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F24AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F24AC is #70DB53. Grayscale: #535353. Windows color (decimal): -7396180 or 11281551. OLE color: 11281551.
HSL color Cylindrical-coordinate representation of color #8F24AC: hue angle of 287.21º 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 #8F24AC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 36 | 172 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.33 |
| HSL | 287.21º | 0.65% | 0.41% | - |
| HSV(B) | 287.21º | 0.79% | 0.67% | - |
| XYZ | 19.4 | 10.08 | 39.95 | - |
| YUV | 83.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 172 | 0.17 | 0.79 | 0 | 0.33 | 287.21 | 0.65 | 0.41 |
| Hex | 8F | 24 | AC | 11 | 4F | 0 | 21 | 11F | 41 | 29 |
| Octal | 217 | 44 | 254 | 21 | 117 | 0 | 41 | 437 | 101 | 51 |
| Binary | 10001111 | 100100 | 10101100 | 10001 | 1001111 | 0 | 100001 | 100011111 | 1000001 | 101001 |
Color Harmonies of #8F24AC
Complementary color
Monochromatic Colors of #8F24AC
Black with #8F24AC
Text Example
Text Example
White with #8F24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24AC; }
p { color: rgb(143,36,172); }
H1.HeaderClassName
{
color: #8F24AC;
}
.AnyTagClassName
{
color: #8F24AC;
}
</style>
background-color css
<style>
a { background-color: #8F24AC; }
a { background-color: rgb(143,36,172); }
div.DivClassName
{
background-color: #8F24AC;
}
.BgClassName
{
background-color: #8F24AC;
}
</style>
border-color css
<style>
span { border-color: #8F24AC; }
span { border-color: rgb(143,36,172); }
td.TdClassName
{
border-color: #8F24AC;
}
.TagClassName
{
border-color: #8F24AC;
}
</style>