Shades of Vivid Violet #8728AB
Tints of Vivid Violet #8728AB
RGB
CMYK
RGB Variations
Color information
#8728AB (or 0x8728AB) is known color: Vivid Violet. HEX triplet: 87, 28 and AB. RGB value is (135,40,171). Sum of RGB (Red+Green+Blue) = 135+40+171=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #8728AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8728AB is #78D754. Grayscale: #525252. Windows color (decimal): -7919445 or 11217031. OLE color: 11217031.
HSL color Cylindrical-coordinate representation of color #8728AB: hue angle of 283.51º degrees, saturation: 0.62, 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 #8728AB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 40 | 171 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.33 |
| HSL | 283.51º | 0.62% | 0.41% | - |
| HSV(B) | 283.51º | 0.77% | 0.67% | - |
| XYZ | 18.1 | 9.61 | 39.43 | - |
| YUV | 83.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 171 | 0.21 | 0.77 | 0 | 0.33 | 283.51 | 0.62 | 0.41 |
| Hex | 87 | 28 | AB | 15 | 4D | 0 | 21 | 11C | 3E | 29 |
| Octal | 207 | 50 | 253 | 25 | 115 | 0 | 41 | 434 | 76 | 51 |
| Binary | 10000111 | 101000 | 10101011 | 10101 | 1001101 | 0 | 100001 | 100011100 | 111110 | 101001 |
Color Harmonies of #8728AB
Complementary color
Monochromatic Colors of #8728AB
Black with #8728AB
Text Example
Text Example
White with #8728AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8728AB; }
p { color: rgb(135,40,171); }
H1.HeaderClassName
{
color: #8728AB;
}
.AnyTagClassName
{
color: #8728AB;
}
</style>
background-color css
<style>
a { background-color: #8728AB; }
a { background-color: rgb(135,40,171); }
div.DivClassName
{
background-color: #8728AB;
}
.BgClassName
{
background-color: #8728AB;
}
</style>
border-color css
<style>
span { border-color: #8728AB; }
span { border-color: rgb(135,40,171); }
td.TdClassName
{
border-color: #8728AB;
}
.TagClassName
{
border-color: #8728AB;
}
</style>