Shades of Vivid Violet #8F33AB
Tints of Vivid Violet #8F33AB
RGB
CMYK
RGB Variations
Color information
#8F33AB (or 0x8F33AB) is known color: Vivid Violet. HEX triplet: 8F, 33 and AB. RGB value is (143,51,171). Sum of RGB (Red+Green+Blue) = 143+51+171=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F33AB is #70CC54. Grayscale: #5B5B5B. Windows color (decimal): -7392341 or 11219855. OLE color: 11219855.
HSL color Cylindrical-coordinate representation of color #8F33AB: hue angle of 286º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F33AB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 51 | 171 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.33 |
| HSL | 286º | 0.54% | 0.44% | - |
| HSV(B) | 286º | 0.7% | 0.67% | - |
| XYZ | 19.86 | 11.15 | 39.63 | - |
| YUV | 92.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 171 | 0.16 | 0.70 | 0 | 0.33 | 286 | 0.54 | 0.44 |
| Hex | 8F | 33 | AB | 10 | 46 | 0 | 21 | 11E | 36 | 2C |
| Octal | 217 | 63 | 253 | 20 | 106 | 0 | 41 | 436 | 66 | 54 |
| Binary | 10001111 | 110011 | 10101011 | 10000 | 1000110 | 0 | 100001 | 100011110 | 110110 | 101100 |
Color Harmonies of #8F33AB
Complementary color
Monochromatic Colors of #8F33AB
Black with #8F33AB
Text Example
Text Example
White with #8F33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33AB; }
p { color: rgb(143,51,171); }
H1.HeaderClassName
{
color: #8F33AB;
}
.AnyTagClassName
{
color: #8F33AB;
}
</style>
background-color css
<style>
a { background-color: #8F33AB; }
a { background-color: rgb(143,51,171); }
div.DivClassName
{
background-color: #8F33AB;
}
.BgClassName
{
background-color: #8F33AB;
}
</style>
border-color css
<style>
span { border-color: #8F33AB; }
span { border-color: rgb(143,51,171); }
td.TdClassName
{
border-color: #8F33AB;
}
.TagClassName
{
border-color: #8F33AB;
}
</style>