Shades of Vivid Violet #8D26AB
Tints of Vivid Violet #8D26AB
RGB
CMYK
RGB Variations
Color information
#8D26AB (or 0x8D26AB) is known color: Vivid Violet. HEX triplet: 8D, 26 and AB. RGB value is (141,38,171). Sum of RGB (Red+Green+Blue) = 141+38+171=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D26AB is #72D954. Grayscale: #535353. Windows color (decimal): -7526741 or 11216525. OLE color: 11216525.
HSL color Cylindrical-coordinate representation of color #8D26AB: hue angle of 286.47º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D26AB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 38 | 171 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.33 |
| HSL | 286.47º | 0.64% | 0.41% | - |
| HSV(B) | 286.47º | 0.78% | 0.67% | - |
| XYZ | 19.03 | 9.99 | 39.45 | - |
| YUV | 83.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 171 | 0.18 | 0.78 | 0 | 0.33 | 286.47 | 0.64 | 0.41 |
| Hex | 8D | 26 | AB | 12 | 4E | 0 | 21 | 11E | 40 | 29 |
| Octal | 215 | 46 | 253 | 22 | 116 | 0 | 41 | 436 | 100 | 51 |
| Binary | 10001101 | 100110 | 10101011 | 10010 | 1001110 | 0 | 100001 | 100011110 | 1000000 | 101001 |
Color Harmonies of #8D26AB
Complementary color
Monochromatic Colors of #8D26AB
Black with #8D26AB
Text Example
Text Example
White with #8D26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D26AB; }
p { color: rgb(141,38,171); }
H1.HeaderClassName
{
color: #8D26AB;
}
.AnyTagClassName
{
color: #8D26AB;
}
</style>
background-color css
<style>
a { background-color: #8D26AB; }
a { background-color: rgb(141,38,171); }
div.DivClassName
{
background-color: #8D26AB;
}
.BgClassName
{
background-color: #8D26AB;
}
</style>
border-color css
<style>
span { border-color: #8D26AB; }
span { border-color: rgb(141,38,171); }
td.TdClassName
{
border-color: #8D26AB;
}
.TagClassName
{
border-color: #8D26AB;
}
</style>