Shades of Vivid Violet #8C3CAA
Tints of Vivid Violet #8C3CAA
RGB
CMYK
RGB Variations
Color information
#8C3CAA (or 0x8C3CAA) is known color: Vivid Violet. HEX triplet: 8C, 3C and AA. RGB value is (140,60,170). Sum of RGB (Red+Green+Blue) = 140+60+170=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3CAA is #73C355. Grayscale: #606060. Windows color (decimal): -7586646 or 11156620. OLE color: 11156620.
HSL color Cylindrical-coordinate representation of color #8C3CAA: hue angle of 283.64º 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 #8C3CAA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 60 | 170 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.33 |
| HSL | 283.64º | 0.48% | 0.45% | - |
| HSV(B) | 283.64º | 0.65% | 0.67% | - |
| XYZ | 19.69 | 11.71 | 39.25 | - |
| YUV | 96.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 170 | 0.18 | 0.65 | 0 | 0.33 | 283.64 | 0.48 | 0.45 |
| Hex | 8C | 3C | AA | 12 | 41 | 0 | 21 | 11C | 30 | 2D |
| Octal | 214 | 74 | 252 | 22 | 101 | 0 | 41 | 434 | 60 | 55 |
| Binary | 10001100 | 111100 | 10101010 | 10010 | 1000001 | 0 | 100001 | 100011100 | 110000 | 101101 |
Color Harmonies of #8C3CAA
Complementary color
Monochromatic Colors of #8C3CAA
Black with #8C3CAA
Text Example
Text Example
White with #8C3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CAA; }
p { color: rgb(140,60,170); }
H1.HeaderClassName
{
color: #8C3CAA;
}
.AnyTagClassName
{
color: #8C3CAA;
}
</style>
background-color css
<style>
a { background-color: #8C3CAA; }
a { background-color: rgb(140,60,170); }
div.DivClassName
{
background-color: #8C3CAA;
}
.BgClassName
{
background-color: #8C3CAA;
}
</style>
border-color css
<style>
span { border-color: #8C3CAA; }
span { border-color: rgb(140,60,170); }
td.TdClassName
{
border-color: #8C3CAA;
}
.TagClassName
{
border-color: #8C3CAA;
}
</style>