Shades of Vivid Violet #8D36AD
Tints of Vivid Violet #8D36AD
RGB
CMYK
RGB Variations
Color information
#8D36AD (or 0x8D36AD) is known color: Vivid Violet. HEX triplet: 8D, 36 and AD. RGB value is (141,54,173). Sum of RGB (Red+Green+Blue) = 141+54+173=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D36AD is #72C952. Grayscale: #5D5D5D. Windows color (decimal): -7522643 or 11351693. OLE color: 11351693.
HSL color Cylindrical-coordinate representation of color #8D36AD: hue angle of 283.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D36AD is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 54 | 173 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.32 |
| HSL | 283.87º | 0.52% | 0.45% | - |
| HSV(B) | 283.87º | 0.69% | 0.68% | - |
| XYZ | 19.85 | 11.32 | 40.67 | - |
| YUV | 93.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 173 | 0.18 | 0.69 | 0 | 0.32 | 283.87 | 0.52 | 0.45 |
| Hex | 8D | 36 | AD | 12 | 45 | 0 | 20 | 11C | 34 | 2D |
| Octal | 215 | 66 | 255 | 22 | 105 | 0 | 40 | 434 | 64 | 55 |
| Binary | 10001101 | 110110 | 10101101 | 10010 | 1000101 | 0 | 100000 | 100011100 | 110100 | 101101 |
Color Harmonies of #8D36AD
Complementary color
Monochromatic Colors of #8D36AD
Black with #8D36AD
Text Example
Text Example
White with #8D36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36AD; }
p { color: rgb(141,54,173); }
H1.HeaderClassName
{
color: #8D36AD;
}
.AnyTagClassName
{
color: #8D36AD;
}
</style>
background-color css
<style>
a { background-color: #8D36AD; }
a { background-color: rgb(141,54,173); }
div.DivClassName
{
background-color: #8D36AD;
}
.BgClassName
{
background-color: #8D36AD;
}
</style>
border-color css
<style>
span { border-color: #8D36AD; }
span { border-color: rgb(141,54,173); }
td.TdClassName
{
border-color: #8D36AD;
}
.TagClassName
{
border-color: #8D36AD;
}
</style>