Shades of Vivid Violet #8B3CAC
Tints of Vivid Violet #8B3CAC
RGB
CMYK
RGB Variations
Color information
#8B3CAC (or 0x8B3CAC) is known color: Vivid Violet. HEX triplet: 8B, 3C and AC. RGB value is (139,60,172). Sum of RGB (Red+Green+Blue) = 139+60+172=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3CAC is #74C353. Grayscale: #606060. Windows color (decimal): -7652180 or 11287691. OLE color: 11287691.
HSL color Cylindrical-coordinate representation of color #8B3CAC: hue angle of 282.32º 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 #8B3CAC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 60 | 172 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.33 |
| HSL | 282.32º | 0.48% | 0.45% | - |
| HSV(B) | 282.32º | 0.65% | 0.67% | - |
| XYZ | 19.71 | 11.7 | 40.25 | - |
| YUV | 96.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 172 | 0.19 | 0.65 | 0 | 0.33 | 282.32 | 0.48 | 0.45 |
| Hex | 8B | 3C | AC | 13 | 41 | 0 | 21 | 11A | 30 | 2D |
| Octal | 213 | 74 | 254 | 23 | 101 | 0 | 41 | 432 | 60 | 55 |
| Binary | 10001011 | 111100 | 10101100 | 10011 | 1000001 | 0 | 100001 | 100011010 | 110000 | 101101 |
Color Harmonies of #8B3CAC
Complementary color
Monochromatic Colors of #8B3CAC
Black with #8B3CAC
Text Example
Text Example
White with #8B3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3CAC; }
p { color: rgb(139,60,172); }
H1.HeaderClassName
{
color: #8B3CAC;
}
.AnyTagClassName
{
color: #8B3CAC;
}
</style>
background-color css
<style>
a { background-color: #8B3CAC; }
a { background-color: rgb(139,60,172); }
div.DivClassName
{
background-color: #8B3CAC;
}
.BgClassName
{
background-color: #8B3CAC;
}
</style>
border-color css
<style>
span { border-color: #8B3CAC; }
span { border-color: rgb(139,60,172); }
td.TdClassName
{
border-color: #8B3CAC;
}
.TagClassName
{
border-color: #8B3CAC;
}
</style>