Shades of Blue Violet #8720D5
Tints of Blue Violet #8720D5
RGB
CMYK
RGB Variations
Color information
#8720D5 (or 0x8720D5) is known color: Blue Violet. HEX triplet: 87, 20 and D5. RGB value is (135,32,213). Sum of RGB (Red+Green+Blue) = 135+32+213=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #8720D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8720D5 is #78DF2A. Grayscale: #525252. Windows color (decimal): -7921451 or 13967495. OLE color: 13967495.
HSL color Cylindrical-coordinate representation of color #8720D5: hue angle of 274.14º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8720D5 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 32 | 213 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.16 |
| HSL | 274.14º | 0.74% | 0.48% | - |
| HSV(B) | 274.14º | 0.85% | 0.84% | - |
| XYZ | 22.52 | 10.99 | 63.88 | - |
| YUV | 83.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 213 | 0.37 | 0.85 | 0 | 0.16 | 274.14 | 0.74 | 0.48 |
| Hex | 87 | 20 | D5 | 25 | 55 | 0 | 10 | 112 | 4A | 30 |
| Octal | 207 | 40 | 325 | 45 | 125 | 0 | 20 | 422 | 112 | 60 |
| Binary | 10000111 | 100000 | 11010101 | 100101 | 1010101 | 0 | 10000 | 100010010 | 1001010 | 110000 |
Color Harmonies of #8720D5
Complementary color
Monochromatic Colors of #8720D5
Black with #8720D5
Text Example
Text Example
White with #8720D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8720D5; }
p { color: rgb(135,32,213); }
H1.HeaderClassName
{
color: #8720D5;
}
.AnyTagClassName
{
color: #8720D5;
}
</style>
background-color css
<style>
a { background-color: #8720D5; }
a { background-color: rgb(135,32,213); }
div.DivClassName
{
background-color: #8720D5;
}
.BgClassName
{
background-color: #8720D5;
}
</style>
border-color css
<style>
span { border-color: #8720D5; }
span { border-color: rgb(135,32,213); }
td.TdClassName
{
border-color: #8720D5;
}
.TagClassName
{
border-color: #8720D5;
}
</style>