Shades of Vivid Violet #8C36AC
Tints of Vivid Violet #8C36AC
RGB
CMYK
RGB Variations
Color information
#8C36AC (or 0x8C36AC) is known color: Vivid Violet. HEX triplet: 8C, 36 and AC. RGB value is (140,54,172). Sum of RGB (Red+Green+Blue) = 140+54+172=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C36AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C36AC is #73C953. Grayscale: #5C5C5C. Windows color (decimal): -7588180 or 11286156. OLE color: 11286156.
HSL color Cylindrical-coordinate representation of color #8C36AC: hue angle of 283.73º degrees, saturation: 0.52, 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 #8C36AC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 54 | 172 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.33 |
| HSL | 283.73º | 0.52% | 0.44% | - |
| HSV(B) | 283.73º | 0.69% | 0.67% | - |
| XYZ | 19.58 | 11.19 | 40.16 | - |
| YUV | 93.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 172 | 0.19 | 0.69 | 0 | 0.33 | 283.73 | 0.52 | 0.44 |
| Hex | 8C | 36 | AC | 13 | 45 | 0 | 21 | 11C | 34 | 2C |
| Octal | 214 | 66 | 254 | 23 | 105 | 0 | 41 | 434 | 64 | 54 |
| Binary | 10001100 | 110110 | 10101100 | 10011 | 1000101 | 0 | 100001 | 100011100 | 110100 | 101100 |
Color Harmonies of #8C36AC
Complementary color
Monochromatic Colors of #8C36AC
Black with #8C36AC
Text Example
Text Example
White with #8C36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C36AC; }
p { color: rgb(140,54,172); }
H1.HeaderClassName
{
color: #8C36AC;
}
.AnyTagClassName
{
color: #8C36AC;
}
</style>
background-color css
<style>
a { background-color: #8C36AC; }
a { background-color: rgb(140,54,172); }
div.DivClassName
{
background-color: #8C36AC;
}
.BgClassName
{
background-color: #8C36AC;
}
</style>
border-color css
<style>
span { border-color: #8C36AC; }
span { border-color: rgb(140,54,172); }
td.TdClassName
{
border-color: #8C36AC;
}
.TagClassName
{
border-color: #8C36AC;
}
</style>