Shades of Vivid Violet #8726A9
Tints of Vivid Violet #8726A9
RGB
CMYK
RGB Variations
Color information
#8726A9 (or 0x8726A9) is known color: Vivid Violet. HEX triplet: 87, 26 and A9. RGB value is (135,38,169). Sum of RGB (Red+Green+Blue) = 135+38+169=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #8726A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8726A9 is #78D956. Grayscale: #515151. Windows color (decimal): -7919959 or 11085447. OLE color: 11085447.
HSL color Cylindrical-coordinate representation of color #8726A9: hue angle of 284.43º 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 #8726A9 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 38 | 169 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.34 |
| HSL | 284.43º | 0.63% | 0.41% | - |
| HSV(B) | 284.43º | 0.78% | 0.66% | - |
| XYZ | 17.85 | 9.4 | 38.41 | - |
| YUV | 81.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 169 | 0.20 | 0.78 | 0 | 0.34 | 284.43 | 0.63 | 0.41 |
| Hex | 87 | 26 | A9 | 14 | 4E | 0 | 22 | 11C | 3F | 29 |
| Octal | 207 | 46 | 251 | 24 | 116 | 0 | 42 | 434 | 77 | 51 |
| Binary | 10000111 | 100110 | 10101001 | 10100 | 1001110 | 0 | 100010 | 100011100 | 111111 | 101001 |
Color Harmonies of #8726A9
Complementary color
Monochromatic Colors of #8726A9
Black with #8726A9
Text Example
Text Example
White with #8726A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726A9; }
p { color: rgb(135,38,169); }
H1.HeaderClassName
{
color: #8726A9;
}
.AnyTagClassName
{
color: #8726A9;
}
</style>
background-color css
<style>
a { background-color: #8726A9; }
a { background-color: rgb(135,38,169); }
div.DivClassName
{
background-color: #8726A9;
}
.BgClassName
{
background-color: #8726A9;
}
</style>
border-color css
<style>
span { border-color: #8726A9; }
span { border-color: rgb(135,38,169); }
td.TdClassName
{
border-color: #8726A9;
}
.TagClassName
{
border-color: #8726A9;
}
</style>