Shades of Vivid Violet #8B37AB
Tints of Vivid Violet #8B37AB
RGB
CMYK
RGB Variations
Color information
#8B37AB (or 0x8B37AB) is known color: Vivid Violet. HEX triplet: 8B, 37 and AB. RGB value is (139,55,171). Sum of RGB (Red+Green+Blue) = 139+55+171=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 55 (21.88% from 255 or 15.07% 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 #8B37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B37AB is #74C854. Grayscale: #5C5C5C. Windows color (decimal): -7653461 or 11220875. OLE color: 11220875.
HSL color Cylindrical-coordinate representation of color #8B37AB: hue angle of 283.45º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B37AB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 55 | 171 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.33 |
| HSL | 283.45º | 0.51% | 0.44% | - |
| HSV(B) | 283.45º | 0.68% | 0.67% | - |
| XYZ | 19.36 | 11.16 | 39.66 | - |
| YUV | 93.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 171 | 0.19 | 0.68 | 0 | 0.33 | 283.45 | 0.51 | 0.44 |
| Hex | 8B | 37 | AB | 13 | 44 | 0 | 21 | 11B | 33 | 2C |
| Octal | 213 | 67 | 253 | 23 | 104 | 0 | 41 | 433 | 63 | 54 |
| Binary | 10001011 | 110111 | 10101011 | 10011 | 1000100 | 0 | 100001 | 100011011 | 110011 | 101100 |
Color Harmonies of #8B37AB
Complementary color
Monochromatic Colors of #8B37AB
Black with #8B37AB
Text Example
Text Example
White with #8B37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B37AB; }
p { color: rgb(139,55,171); }
H1.HeaderClassName
{
color: #8B37AB;
}
.AnyTagClassName
{
color: #8B37AB;
}
</style>
background-color css
<style>
a { background-color: #8B37AB; }
a { background-color: rgb(139,55,171); }
div.DivClassName
{
background-color: #8B37AB;
}
.BgClassName
{
background-color: #8B37AB;
}
</style>
border-color css
<style>
span { border-color: #8B37AB; }
span { border-color: rgb(139,55,171); }
td.TdClassName
{
border-color: #8B37AB;
}
.TagClassName
{
border-color: #8B37AB;
}
</style>