Shades of Vivid Violet #8B20AD
Tints of Vivid Violet #8B20AD
RGB
CMYK
RGB Variations
Color information
#8B20AD (or 0x8B20AD) is known color: Vivid Violet. HEX triplet: 8B, 20 and AD. RGB value is (139,32,173). Sum of RGB (Red+Green+Blue) = 139+32+173=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B20AD is #74DF52. Grayscale: #4F4F4F. Windows color (decimal): -7659347 or 11346059. OLE color: 11346059.
HSL color Cylindrical-coordinate representation of color #8B20AD: hue angle of 285.53º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B20AD is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 32 | 173 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.32 |
| HSL | 285.53º | 0.69% | 0.4% | - |
| HSV(B) | 285.53º | 0.82% | 0.68% | - |
| XYZ | 18.71 | 9.54 | 40.39 | - |
| YUV | 80.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 173 | 0.20 | 0.82 | 0 | 0.32 | 285.53 | 0.69 | 0.4 |
| Hex | 8B | 20 | AD | 14 | 52 | 0 | 20 | 11E | 45 | 28 |
| Octal | 213 | 40 | 255 | 24 | 122 | 0 | 40 | 436 | 105 | 50 |
| Binary | 10001011 | 100000 | 10101101 | 10100 | 1010010 | 0 | 100000 | 100011110 | 1000101 | 101000 |
Color Harmonies of #8B20AD
Complementary color
Monochromatic Colors of #8B20AD
Black with #8B20AD
Text Example
Text Example
White with #8B20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B20AD; }
p { color: rgb(139,32,173); }
H1.HeaderClassName
{
color: #8B20AD;
}
.AnyTagClassName
{
color: #8B20AD;
}
</style>
background-color css
<style>
a { background-color: #8B20AD; }
a { background-color: rgb(139,32,173); }
div.DivClassName
{
background-color: #8B20AD;
}
.BgClassName
{
background-color: #8B20AD;
}
</style>
border-color css
<style>
span { border-color: #8B20AD; }
span { border-color: rgb(139,32,173); }
td.TdClassName
{
border-color: #8B20AD;
}
.TagClassName
{
border-color: #8B20AD;
}
</style>