Shades of Blue Violet #872AD5
Tints of Blue Violet #872AD5
RGB
CMYK
RGB Variations
Color information
#872AD5 (or 0x872AD5) is known color: Blue Violet. HEX triplet: 87, 2A and D5. RGB value is (135,42,213). Sum of RGB (Red+Green+Blue) = 135+42+213=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #872AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872AD5 is #78D52A. Grayscale: #585858. Windows color (decimal): -7918891 or 13970055. OLE color: 13970055.
HSL color Cylindrical-coordinate representation of color #872AD5: hue angle of 272.63º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #872AD5 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 42 | 213 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.16 |
| HSL | 272.63º | 0.67% | 0.5% | - |
| HSV(B) | 272.63º | 0.8% | 0.84% | - |
| XYZ | 22.83 | 11.61 | 63.99 | - |
| YUV | 89.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 213 | 0.37 | 0.80 | 0 | 0.16 | 272.63 | 0.67 | 0.5 |
| Hex | 87 | 2A | D5 | 25 | 50 | 0 | 10 | 111 | 43 | 32 |
| Octal | 207 | 52 | 325 | 45 | 120 | 0 | 20 | 421 | 103 | 62 |
| Binary | 10000111 | 101010 | 11010101 | 100101 | 1010000 | 0 | 10000 | 100010001 | 1000011 | 110010 |
Color Harmonies of #872AD5
Complementary color
Monochromatic Colors of #872AD5
Black with #872AD5
Text Example
Text Example
White with #872AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872AD5; }
p { color: rgb(135,42,213); }
H1.HeaderClassName
{
color: #872AD5;
}
.AnyTagClassName
{
color: #872AD5;
}
</style>
background-color css
<style>
a { background-color: #872AD5; }
a { background-color: rgb(135,42,213); }
div.DivClassName
{
background-color: #872AD5;
}
.BgClassName
{
background-color: #872AD5;
}
</style>
border-color css
<style>
span { border-color: #872AD5; }
span { border-color: rgb(135,42,213); }
td.TdClassName
{
border-color: #872AD5;
}
.TagClassName
{
border-color: #872AD5;
}
</style>