Shades of Blue Violet #872AD9
Tints of Blue Violet #872AD9
RGB
CMYK
RGB Variations
Color information
#872AD9 (or 0x872AD9) is known color: Blue Violet. HEX triplet: 87, 2A and D9. RGB value is (135,42,217). Sum of RGB (Red+Green+Blue) = 135+42+217=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #872AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872AD9 is #78D526. Grayscale: #595959. Windows color (decimal): -7918887 or 14232199. OLE color: 14232199.
HSL color Cylindrical-coordinate representation of color #872AD9: hue angle of 271.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872AD9 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 42 | 217 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.15 |
| HSL | 271.89º | 0.7% | 0.51% | - |
| HSV(B) | 271.89º | 0.81% | 0.85% | - |
| XYZ | 23.34 | 11.82 | 66.7 | - |
| YUV | 89.76 | 199.81 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 217 | 0.38 | 0.81 | 0 | 0.15 | 271.89 | 0.7 | 0.51 |
| Hex | 87 | 2A | D9 | 26 | 51 | 0 | F | 110 | 46 | 33 |
| Octal | 207 | 52 | 331 | 46 | 121 | 0 | 17 | 420 | 106 | 63 |
| Binary | 10000111 | 101010 | 11011001 | 100110 | 1010001 | 0 | 1111 | 100010000 | 1000110 | 110011 |
Color Harmonies of #872AD9
Complementary color
Monochromatic Colors of #872AD9
Black with #872AD9
Text Example
Text Example
White with #872AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872AD9; }
p { color: rgb(135,42,217); }
H1.HeaderClassName
{
color: #872AD9;
}
.AnyTagClassName
{
color: #872AD9;
}
</style>
background-color css
<style>
a { background-color: #872AD9; }
a { background-color: rgb(135,42,217); }
div.DivClassName
{
background-color: #872AD9;
}
.BgClassName
{
background-color: #872AD9;
}
</style>
border-color css
<style>
span { border-color: #872AD9; }
span { border-color: rgb(135,42,217); }
td.TdClassName
{
border-color: #872AD9;
}
.TagClassName
{
border-color: #872AD9;
}
</style>