Shades of Vivid Violet #8D27AC
Tints of Vivid Violet #8D27AC
RGB
CMYK
RGB Variations
Color information
#8D27AC (or 0x8D27AC) is known color: Vivid Violet. HEX triplet: 8D, 27 and AC. RGB value is (141,39,172). Sum of RGB (Red+Green+Blue) = 141+39+172=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D27AC is #72D853. Grayscale: #545454. Windows color (decimal): -7526484 or 11282317. OLE color: 11282317.
HSL color Cylindrical-coordinate representation of color #8D27AC: hue angle of 286.02º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D27AC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 39 | 172 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.33 |
| HSL | 286.02º | 0.63% | 0.41% | - |
| HSV(B) | 286.02º | 0.77% | 0.67% | - |
| XYZ | 19.16 | 10.09 | 39.97 | - |
| YUV | 84.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 172 | 0.18 | 0.77 | 0 | 0.33 | 286.02 | 0.63 | 0.41 |
| Hex | 8D | 27 | AC | 12 | 4D | 0 | 21 | 11E | 3F | 29 |
| Octal | 215 | 47 | 254 | 22 | 115 | 0 | 41 | 436 | 77 | 51 |
| Binary | 10001101 | 100111 | 10101100 | 10010 | 1001101 | 0 | 100001 | 100011110 | 111111 | 101001 |
Color Harmonies of #8D27AC
Complementary color
Monochromatic Colors of #8D27AC
Black with #8D27AC
Text Example
Text Example
White with #8D27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D27AC; }
p { color: rgb(141,39,172); }
H1.HeaderClassName
{
color: #8D27AC;
}
.AnyTagClassName
{
color: #8D27AC;
}
</style>
background-color css
<style>
a { background-color: #8D27AC; }
a { background-color: rgb(141,39,172); }
div.DivClassName
{
background-color: #8D27AC;
}
.BgClassName
{
background-color: #8D27AC;
}
</style>
border-color css
<style>
span { border-color: #8D27AC; }
span { border-color: rgb(141,39,172); }
td.TdClassName
{
border-color: #8D27AC;
}
.TagClassName
{
border-color: #8D27AC;
}
</style>