Shades of Vivid Violet #8F2AAC
Tints of Vivid Violet #8F2AAC
RGB
CMYK
RGB Variations
Color information
#8F2AAC (or 0x8F2AAC) is known color: Vivid Violet. HEX triplet: 8F, 2A and AC. RGB value is (143,42,172). Sum of RGB (Red+Green+Blue) = 143+42+172=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAC is #70D553. Grayscale: #565656. Windows color (decimal): -7394644 or 11283087. OLE color: 11283087.
HSL color Cylindrical-coordinate representation of color #8F2AAC: hue angle of 286.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2AAC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 42 | 172 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.33 |
| HSL | 286.62º | 0.61% | 0.42% | - |
| HSV(B) | 286.62º | 0.76% | 0.67% | - |
| XYZ | 19.6 | 10.47 | 40.02 | - |
| YUV | 87.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 172 | 0.17 | 0.76 | 0 | 0.33 | 286.62 | 0.61 | 0.42 |
| Hex | 8F | 2A | AC | 11 | 4C | 0 | 21 | 11F | 3D | 2A |
| Octal | 217 | 52 | 254 | 21 | 114 | 0 | 41 | 437 | 75 | 52 |
| Binary | 10001111 | 101010 | 10101100 | 10001 | 1001100 | 0 | 100001 | 100011111 | 111101 | 101010 |
Color Harmonies of #8F2AAC
Complementary color
Monochromatic Colors of #8F2AAC
Black with #8F2AAC
Text Example
Text Example
White with #8F2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2AAC; }
p { color: rgb(143,42,172); }
H1.HeaderClassName
{
color: #8F2AAC;
}
.AnyTagClassName
{
color: #8F2AAC;
}
</style>
background-color css
<style>
a { background-color: #8F2AAC; }
a { background-color: rgb(143,42,172); }
div.DivClassName
{
background-color: #8F2AAC;
}
.BgClassName
{
background-color: #8F2AAC;
}
</style>
border-color css
<style>
span { border-color: #8F2AAC; }
span { border-color: rgb(143,42,172); }
td.TdClassName
{
border-color: #8F2AAC;
}
.TagClassName
{
border-color: #8F2AAC;
}
</style>