Shades of Vivid Violet #8B28AB
Tints of Vivid Violet #8B28AB
RGB
CMYK
RGB Variations
Color information
#8B28AB (or 0x8B28AB) is known color: Vivid Violet. HEX triplet: 8B, 28 and AB. RGB value is (139,40,171). Sum of RGB (Red+Green+Blue) = 139+40+171=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B28AB is #74D754. Grayscale: #545454. Windows color (decimal): -7657301 or 11217035. OLE color: 11217035.
HSL color Cylindrical-coordinate representation of color #8B28AB: hue angle of 285.34º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B28AB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 40 | 171 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.33 |
| HSL | 285.34º | 0.62% | 0.41% | - |
| HSV(B) | 285.34º | 0.77% | 0.67% | - |
| XYZ | 18.76 | 9.95 | 39.46 | - |
| YUV | 84.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 171 | 0.19 | 0.77 | 0 | 0.33 | 285.34 | 0.62 | 0.41 |
| Hex | 8B | 28 | AB | 13 | 4D | 0 | 21 | 11D | 3E | 29 |
| Octal | 213 | 50 | 253 | 23 | 115 | 0 | 41 | 435 | 76 | 51 |
| Binary | 10001011 | 101000 | 10101011 | 10011 | 1001101 | 0 | 100001 | 100011101 | 111110 | 101001 |
Color Harmonies of #8B28AB
Complementary color
Monochromatic Colors of #8B28AB
Black with #8B28AB
Text Example
Text Example
White with #8B28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B28AB; }
p { color: rgb(139,40,171); }
H1.HeaderClassName
{
color: #8B28AB;
}
.AnyTagClassName
{
color: #8B28AB;
}
</style>
background-color css
<style>
a { background-color: #8B28AB; }
a { background-color: rgb(139,40,171); }
div.DivClassName
{
background-color: #8B28AB;
}
.BgClassName
{
background-color: #8B28AB;
}
</style>
border-color css
<style>
span { border-color: #8B28AB; }
span { border-color: rgb(139,40,171); }
td.TdClassName
{
border-color: #8B28AB;
}
.TagClassName
{
border-color: #8B28AB;
}
</style>