Shades of Vivid Violet #8C35AC
Tints of Vivid Violet #8C35AC
RGB
CMYK
RGB Variations
Color information
#8C35AC (or 0x8C35AC) is known color: Vivid Violet. HEX triplet: 8C, 35 and AC. RGB value is (140,53,172). Sum of RGB (Red+Green+Blue) = 140+53+172=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C35AC is #73CA53. Grayscale: #5C5C5C. Windows color (decimal): -7588436 or 11285900. OLE color: 11285900.
HSL color Cylindrical-coordinate representation of color #8C35AC: hue angle of 283.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C35AC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 53 | 172 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.33 |
| HSL | 283.87º | 0.53% | 0.44% | - |
| HSV(B) | 283.87º | 0.69% | 0.67% | - |
| XYZ | 19.53 | 11.1 | 40.14 | - |
| YUV | 92.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 172 | 0.19 | 0.69 | 0 | 0.33 | 283.87 | 0.53 | 0.44 |
| Hex | 8C | 35 | AC | 13 | 45 | 0 | 21 | 11C | 35 | 2C |
| Octal | 214 | 65 | 254 | 23 | 105 | 0 | 41 | 434 | 65 | 54 |
| Binary | 10001100 | 110101 | 10101100 | 10011 | 1000101 | 0 | 100001 | 100011100 | 110101 | 101100 |
Color Harmonies of #8C35AC
Complementary color
Monochromatic Colors of #8C35AC
Black with #8C35AC
Text Example
Text Example
White with #8C35AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C35AC; }
p { color: rgb(140,53,172); }
H1.HeaderClassName
{
color: #8C35AC;
}
.AnyTagClassName
{
color: #8C35AC;
}
</style>
background-color css
<style>
a { background-color: #8C35AC; }
a { background-color: rgb(140,53,172); }
div.DivClassName
{
background-color: #8C35AC;
}
.BgClassName
{
background-color: #8C35AC;
}
</style>
border-color css
<style>
span { border-color: #8C35AC; }
span { border-color: rgb(140,53,172); }
td.TdClassName
{
border-color: #8C35AC;
}
.TagClassName
{
border-color: #8C35AC;
}
</style>