Shades of Vivid Violet #8F3AA3
Tints of Vivid Violet #8F3AA3
RGB
CMYK
RGB Variations
Color information
#8F3AA3 (or 0x8F3AA3) is known color: Vivid Violet. HEX triplet: 8F, 3A and A3. RGB value is (143,58,163). Sum of RGB (Red+Green+Blue) = 143+58+163=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F3AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3AA3 is #70C55C. Grayscale: #5F5F5F. Windows color (decimal): -7390557 or 10697359. OLE color: 10697359.
HSL color Cylindrical-coordinate representation of color #8F3AA3: hue angle of 288.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3AA3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 58 | 163 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.36 |
| HSL | 288.57º | 0.48% | 0.43% | - |
| HSV(B) | 288.57º | 0.64% | 0.64% | - |
| XYZ | 19.45 | 11.51 | 35.85 | - |
| YUV | 95.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 163 | 0.12 | 0.64 | 0 | 0.36 | 288.57 | 0.48 | 0.43 |
| Hex | 8F | 3A | A3 | C | 40 | 0 | 24 | 121 | 30 | 2B |
| Octal | 217 | 72 | 243 | 14 | 100 | 0 | 44 | 441 | 60 | 53 |
| Binary | 10001111 | 111010 | 10100011 | 1100 | 1000000 | 0 | 100100 | 100100001 | 110000 | 101011 |
Color Harmonies of #8F3AA3
Complementary color
Monochromatic Colors of #8F3AA3
Black with #8F3AA3
Text Example
Text Example
White with #8F3AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3AA3; }
p { color: rgb(143,58,163); }
H1.HeaderClassName
{
color: #8F3AA3;
}
.AnyTagClassName
{
color: #8F3AA3;
}
</style>
background-color css
<style>
a { background-color: #8F3AA3; }
a { background-color: rgb(143,58,163); }
div.DivClassName
{
background-color: #8F3AA3;
}
.BgClassName
{
background-color: #8F3AA3;
}
</style>
border-color css
<style>
span { border-color: #8F3AA3; }
span { border-color: rgb(143,58,163); }
td.TdClassName
{
border-color: #8F3AA3;
}
.TagClassName
{
border-color: #8F3AA3;
}
</style>