Shades of Vivid Violet #8C3BAB
Tints of Vivid Violet #8C3BAB
RGB
CMYK
RGB Variations
Color information
#8C3BAB (or 0x8C3BAB) is known color: Vivid Violet. HEX triplet: 8C, 3B and AB. RGB value is (140,59,171). Sum of RGB (Red+Green+Blue) = 140+59+171=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 59 (23.44% from 255 or 15.95% 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 #8C3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3BAB is #73C454. Grayscale: #5F5F5F. Windows color (decimal): -7586901 or 11221900. OLE color: 11221900.
HSL color Cylindrical-coordinate representation of color #8C3BAB: hue angle of 283.39º degrees, saturation: 0.49, 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 #8C3BAB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 59 | 171 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.33 |
| HSL | 283.39º | 0.49% | 0.45% | - |
| HSV(B) | 283.39º | 0.65% | 0.67% | - |
| XYZ | 19.73 | 11.64 | 39.74 | - |
| YUV | 95.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 171 | 0.18 | 0.65 | 0 | 0.33 | 283.39 | 0.49 | 0.45 |
| Hex | 8C | 3B | AB | 12 | 41 | 0 | 21 | 11B | 31 | 2D |
| Octal | 214 | 73 | 253 | 22 | 101 | 0 | 41 | 433 | 61 | 55 |
| Binary | 10001100 | 111011 | 10101011 | 10010 | 1000001 | 0 | 100001 | 100011011 | 110001 | 101101 |
Color Harmonies of #8C3BAB
Complementary color
Monochromatic Colors of #8C3BAB
Black with #8C3BAB
Text Example
Text Example
White with #8C3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BAB; }
p { color: rgb(140,59,171); }
H1.HeaderClassName
{
color: #8C3BAB;
}
.AnyTagClassName
{
color: #8C3BAB;
}
</style>
background-color css
<style>
a { background-color: #8C3BAB; }
a { background-color: rgb(140,59,171); }
div.DivClassName
{
background-color: #8C3BAB;
}
.BgClassName
{
background-color: #8C3BAB;
}
</style>
border-color css
<style>
span { border-color: #8C3BAB; }
span { border-color: rgb(140,59,171); }
td.TdClassName
{
border-color: #8C3BAB;
}
.TagClassName
{
border-color: #8C3BAB;
}
</style>