Shades of Vivid Violet #8F33AD
Tints of Vivid Violet #8F33AD
RGB
CMYK
RGB Variations
Color information
#8F33AD (or 0x8F33AD) is known color: Vivid Violet. HEX triplet: 8F, 33 and AD. RGB value is (143,51,173). Sum of RGB (Red+Green+Blue) = 143+51+173=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F33AD is #70CC52. Grayscale: #5C5C5C. Windows color (decimal): -7392339 or 11350927. OLE color: 11350927.
HSL color Cylindrical-coordinate representation of color #8F33AD: hue angle of 285.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F33AD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 51 | 173 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.32 |
| HSL | 285.25º | 0.54% | 0.44% | - |
| HSV(B) | 285.25º | 0.71% | 0.68% | - |
| XYZ | 20.05 | 11.22 | 40.64 | - |
| YUV | 92.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 173 | 0.17 | 0.71 | 0 | 0.32 | 285.25 | 0.54 | 0.44 |
| Hex | 8F | 33 | AD | 11 | 47 | 0 | 20 | 11D | 36 | 2C |
| Octal | 217 | 63 | 255 | 21 | 107 | 0 | 40 | 435 | 66 | 54 |
| Binary | 10001111 | 110011 | 10101101 | 10001 | 1000111 | 0 | 100000 | 100011101 | 110110 | 101100 |
Color Harmonies of #8F33AD
Complementary color
Monochromatic Colors of #8F33AD
Black with #8F33AD
Text Example
Text Example
White with #8F33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33AD; }
p { color: rgb(143,51,173); }
H1.HeaderClassName
{
color: #8F33AD;
}
.AnyTagClassName
{
color: #8F33AD;
}
</style>
background-color css
<style>
a { background-color: #8F33AD; }
a { background-color: rgb(143,51,173); }
div.DivClassName
{
background-color: #8F33AD;
}
.BgClassName
{
background-color: #8F33AD;
}
</style>
border-color css
<style>
span { border-color: #8F33AD; }
span { border-color: rgb(143,51,173); }
td.TdClassName
{
border-color: #8F33AD;
}
.TagClassName
{
border-color: #8F33AD;
}
</style>