Shades of Vivid Violet #8D26A9
Tints of Vivid Violet #8D26A9
RGB
CMYK
RGB Variations
Color information
#8D26A9 (or 0x8D26A9) is known color: Vivid Violet. HEX triplet: 8D, 26 and A9. RGB value is (141,38,169). Sum of RGB (Red+Green+Blue) = 141+38+169=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D26A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D26A9 is #72D956. Grayscale: #535353. Windows color (decimal): -7526743 or 11085453. OLE color: 11085453.
HSL color Cylindrical-coordinate representation of color #8D26A9: hue angle of 287.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D26A9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 38 | 169 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.34 |
| HSL | 287.18º | 0.63% | 0.41% | - |
| HSV(B) | 287.18º | 0.78% | 0.66% | - |
| XYZ | 18.84 | 9.91 | 38.46 | - |
| YUV | 83.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 169 | 0.17 | 0.78 | 0 | 0.34 | 287.18 | 0.63 | 0.41 |
| Hex | 8D | 26 | A9 | 11 | 4E | 0 | 22 | 11F | 3F | 29 |
| Octal | 215 | 46 | 251 | 21 | 116 | 0 | 42 | 437 | 77 | 51 |
| Binary | 10001101 | 100110 | 10101001 | 10001 | 1001110 | 0 | 100010 | 100011111 | 111111 | 101001 |
Color Harmonies of #8D26A9
Complementary color
Monochromatic Colors of #8D26A9
Black with #8D26A9
Text Example
Text Example
White with #8D26A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D26A9; }
p { color: rgb(141,38,169); }
H1.HeaderClassName
{
color: #8D26A9;
}
.AnyTagClassName
{
color: #8D26A9;
}
</style>
background-color css
<style>
a { background-color: #8D26A9; }
a { background-color: rgb(141,38,169); }
div.DivClassName
{
background-color: #8D26A9;
}
.BgClassName
{
background-color: #8D26A9;
}
</style>
border-color css
<style>
span { border-color: #8D26A9; }
span { border-color: rgb(141,38,169); }
td.TdClassName
{
border-color: #8D26A9;
}
.TagClassName
{
border-color: #8D26A9;
}
</style>