Shades of Vivid Violet #8B3CAB
Tints of Vivid Violet #8B3CAB
RGB
CMYK
RGB Variations
Color information
#8B3CAB (or 0x8B3CAB) is known color: Vivid Violet. HEX triplet: 8B, 3C and AB. RGB value is (139,60,171). Sum of RGB (Red+Green+Blue) = 139+60+171=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3CAB is #74C354. Grayscale: #5F5F5F. Windows color (decimal): -7652181 or 11222155. OLE color: 11222155.
HSL color Cylindrical-coordinate representation of color #8B3CAB: hue angle of 282.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3CAB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 60 | 171 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.33 |
| HSL | 282.7º | 0.48% | 0.45% | - |
| HSV(B) | 282.7º | 0.65% | 0.67% | - |
| XYZ | 19.61 | 11.66 | 39.75 | - |
| YUV | 96.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 171 | 0.19 | 0.65 | 0 | 0.33 | 282.7 | 0.48 | 0.45 |
| Hex | 8B | 3C | AB | 13 | 41 | 0 | 21 | 11B | 30 | 2D |
| Octal | 213 | 74 | 253 | 23 | 101 | 0 | 41 | 433 | 60 | 55 |
| Binary | 10001011 | 111100 | 10101011 | 10011 | 1000001 | 0 | 100001 | 100011011 | 110000 | 101101 |
Color Harmonies of #8B3CAB
Complementary color
Monochromatic Colors of #8B3CAB
Black with #8B3CAB
Text Example
Text Example
White with #8B3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3CAB; }
p { color: rgb(139,60,171); }
H1.HeaderClassName
{
color: #8B3CAB;
}
.AnyTagClassName
{
color: #8B3CAB;
}
</style>
background-color css
<style>
a { background-color: #8B3CAB; }
a { background-color: rgb(139,60,171); }
div.DivClassName
{
background-color: #8B3CAB;
}
.BgClassName
{
background-color: #8B3CAB;
}
</style>
border-color css
<style>
span { border-color: #8B3CAB; }
span { border-color: rgb(139,60,171); }
td.TdClassName
{
border-color: #8B3CAB;
}
.TagClassName
{
border-color: #8B3CAB;
}
</style>