Shades of Vivid Violet #8728AA
Tints of Vivid Violet #8728AA
RGB
CMYK
RGB Variations
Color information
#8728AA (or 0x8728AA) is known color: Vivid Violet. HEX triplet: 87, 28 and AA. RGB value is (135,40,170). Sum of RGB (Red+Green+Blue) = 135+40+170=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #8728AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8728AA is #78D755. Grayscale: #525252. Windows color (decimal): -7919446 or 11151495. OLE color: 11151495.
HSL color Cylindrical-coordinate representation of color #8728AA: hue angle of 283.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8728AA is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 40 | 170 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.33 |
| HSL | 283.85º | 0.62% | 0.41% | - |
| HSV(B) | 283.85º | 0.76% | 0.67% | - |
| XYZ | 18.01 | 9.57 | 38.93 | - |
| YUV | 83.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 170 | 0.21 | 0.76 | 0 | 0.33 | 283.85 | 0.62 | 0.41 |
| Hex | 87 | 28 | AA | 15 | 4C | 0 | 21 | 11C | 3E | 29 |
| Octal | 207 | 50 | 252 | 25 | 114 | 0 | 41 | 434 | 76 | 51 |
| Binary | 10000111 | 101000 | 10101010 | 10101 | 1001100 | 0 | 100001 | 100011100 | 111110 | 101001 |
Color Harmonies of #8728AA
Complementary color
Monochromatic Colors of #8728AA
Black with #8728AA
Text Example
Text Example
White with #8728AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8728AA; }
p { color: rgb(135,40,170); }
H1.HeaderClassName
{
color: #8728AA;
}
.AnyTagClassName
{
color: #8728AA;
}
</style>
background-color css
<style>
a { background-color: #8728AA; }
a { background-color: rgb(135,40,170); }
div.DivClassName
{
background-color: #8728AA;
}
.BgClassName
{
background-color: #8728AA;
}
</style>
border-color css
<style>
span { border-color: #8728AA; }
span { border-color: rgb(135,40,170); }
td.TdClassName
{
border-color: #8728AA;
}
.TagClassName
{
border-color: #8728AA;
}
</style>