Shades of Vivid Violet #8726AB
Tints of Vivid Violet #8726AB
RGB
CMYK
RGB Variations
Color information
#8726AB (or 0x8726AB) is known color: Vivid Violet. HEX triplet: 87, 26 and AB. RGB value is (135,38,171). Sum of RGB (Red+Green+Blue) = 135+38+171=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #8726AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8726AB is #78D954. Grayscale: #515151. Windows color (decimal): -7919957 or 11216519. OLE color: 11216519.
HSL color Cylindrical-coordinate representation of color #8726AB: hue angle of 283.76º 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 #8726AB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 38 | 171 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.33 |
| HSL | 283.76º | 0.64% | 0.41% | - |
| HSV(B) | 283.76º | 0.78% | 0.67% | - |
| XYZ | 18.04 | 9.48 | 39.41 | - |
| YUV | 82.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 171 | 0.21 | 0.78 | 0 | 0.33 | 283.76 | 0.64 | 0.41 |
| Hex | 87 | 26 | AB | 15 | 4E | 0 | 21 | 11C | 40 | 29 |
| Octal | 207 | 46 | 253 | 25 | 116 | 0 | 41 | 434 | 100 | 51 |
| Binary | 10000111 | 100110 | 10101011 | 10101 | 1001110 | 0 | 100001 | 100011100 | 1000000 | 101001 |
Color Harmonies of #8726AB
Complementary color
Monochromatic Colors of #8726AB
Black with #8726AB
Text Example
Text Example
White with #8726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726AB; }
p { color: rgb(135,38,171); }
H1.HeaderClassName
{
color: #8726AB;
}
.AnyTagClassName
{
color: #8726AB;
}
</style>
background-color css
<style>
a { background-color: #8726AB; }
a { background-color: rgb(135,38,171); }
div.DivClassName
{
background-color: #8726AB;
}
.BgClassName
{
background-color: #8726AB;
}
</style>
border-color css
<style>
span { border-color: #8726AB; }
span { border-color: rgb(135,38,171); }
td.TdClassName
{
border-color: #8726AB;
}
.TagClassName
{
border-color: #8726AB;
}
</style>