Shades of Vivid Violet #8F32AC
Tints of Vivid Violet #8F32AC
RGB
CMYK
RGB Variations
Color information
#8F32AC (or 0x8F32AC) is known color: Vivid Violet. HEX triplet: 8F, 32 and AC. RGB value is (143,50,172). Sum of RGB (Red+Green+Blue) = 143+50+172=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F32AC is #70CD53. Grayscale: #5B5B5B. Windows color (decimal): -7392596 or 11285135. OLE color: 11285135.
HSL color Cylindrical-coordinate representation of color #8F32AC: hue angle of 285.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F32AC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 50 | 172 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.33 |
| HSL | 285.74º | 0.55% | 0.44% | - |
| HSV(B) | 285.74º | 0.71% | 0.67% | - |
| XYZ | 19.91 | 11.1 | 40.12 | - |
| YUV | 91.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 172 | 0.17 | 0.71 | 0 | 0.33 | 285.74 | 0.55 | 0.44 |
| Hex | 8F | 32 | AC | 11 | 47 | 0 | 21 | 11E | 37 | 2C |
| Octal | 217 | 62 | 254 | 21 | 107 | 0 | 41 | 436 | 67 | 54 |
| Binary | 10001111 | 110010 | 10101100 | 10001 | 1000111 | 0 | 100001 | 100011110 | 110111 | 101100 |
Color Harmonies of #8F32AC
Complementary color
Monochromatic Colors of #8F32AC
Black with #8F32AC
Text Example
Text Example
White with #8F32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32AC; }
p { color: rgb(143,50,172); }
H1.HeaderClassName
{
color: #8F32AC;
}
.AnyTagClassName
{
color: #8F32AC;
}
</style>
background-color css
<style>
a { background-color: #8F32AC; }
a { background-color: rgb(143,50,172); }
div.DivClassName
{
background-color: #8F32AC;
}
.BgClassName
{
background-color: #8F32AC;
}
</style>
border-color css
<style>
span { border-color: #8F32AC; }
span { border-color: rgb(143,50,172); }
td.TdClassName
{
border-color: #8F32AC;
}
.TagClassName
{
border-color: #8F32AC;
}
</style>