Shades of Vivid Violet #8D33AC
Tints of Vivid Violet #8D33AC
RGB
CMYK
RGB Variations
Color information
#8D33AC (or 0x8D33AC) is known color: Vivid Violet. HEX triplet: 8D, 33 and AC. RGB value is (141,51,172). Sum of RGB (Red+Green+Blue) = 141+51+172=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D33AC is #72CC53. Grayscale: #5B5B5B. Windows color (decimal): -7523412 or 11285389. OLE color: 11285389.
HSL color Cylindrical-coordinate representation of color #8D33AC: hue angle of 284.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D33AC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 51 | 172 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.33 |
| HSL | 284.63º | 0.54% | 0.44% | - |
| HSV(B) | 284.63º | 0.7% | 0.67% | - |
| XYZ | 19.61 | 11.01 | 40.12 | - |
| YUV | 91.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 172 | 0.18 | 0.70 | 0 | 0.33 | 284.63 | 0.54 | 0.44 |
| Hex | 8D | 33 | AC | 12 | 46 | 0 | 21 | 11D | 36 | 2C |
| Octal | 215 | 63 | 254 | 22 | 106 | 0 | 41 | 435 | 66 | 54 |
| Binary | 10001101 | 110011 | 10101100 | 10010 | 1000110 | 0 | 100001 | 100011101 | 110110 | 101100 |
Color Harmonies of #8D33AC
Complementary color
Monochromatic Colors of #8D33AC
Black with #8D33AC
Text Example
Text Example
White with #8D33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D33AC; }
p { color: rgb(141,51,172); }
H1.HeaderClassName
{
color: #8D33AC;
}
.AnyTagClassName
{
color: #8D33AC;
}
</style>
background-color css
<style>
a { background-color: #8D33AC; }
a { background-color: rgb(141,51,172); }
div.DivClassName
{
background-color: #8D33AC;
}
.BgClassName
{
background-color: #8D33AC;
}
</style>
border-color css
<style>
span { border-color: #8D33AC; }
span { border-color: rgb(141,51,172); }
td.TdClassName
{
border-color: #8D33AC;
}
.TagClassName
{
border-color: #8D33AC;
}
</style>