Shades of Vivid Violet #872DAB
Tints of Vivid Violet #872DAB
RGB
CMYK
RGB Variations
Color information
#872DAB (or 0x872DAB) is known color: Vivid Violet. HEX triplet: 87, 2D and AB. RGB value is (135,45,171). Sum of RGB (Red+Green+Blue) = 135+45+171=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #872DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872DAB is #78D254. Grayscale: #555555. Windows color (decimal): -7918165 or 11218311. OLE color: 11218311.
HSL color Cylindrical-coordinate representation of color #872DAB: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872DAB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 45 | 171 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.33 |
| HSL | 282.86º | 0.58% | 0.42% | - |
| HSV(B) | 282.86º | 0.74% | 0.67% | - |
| XYZ | 18.28 | 9.97 | 39.49 | - |
| YUV | 86.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 171 | 0.21 | 0.74 | 0 | 0.33 | 282.86 | 0.58 | 0.42 |
| Hex | 87 | 2D | AB | 15 | 4A | 0 | 21 | 11B | 3A | 2A |
| Octal | 207 | 55 | 253 | 25 | 112 | 0 | 41 | 433 | 72 | 52 |
| Binary | 10000111 | 101101 | 10101011 | 10101 | 1001010 | 0 | 100001 | 100011011 | 111010 | 101010 |
Color Harmonies of #872DAB
Complementary color
Monochromatic Colors of #872DAB
Black with #872DAB
Text Example
Text Example
White with #872DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872DAB; }
p { color: rgb(135,45,171); }
H1.HeaderClassName
{
color: #872DAB;
}
.AnyTagClassName
{
color: #872DAB;
}
</style>
background-color css
<style>
a { background-color: #872DAB; }
a { background-color: rgb(135,45,171); }
div.DivClassName
{
background-color: #872DAB;
}
.BgClassName
{
background-color: #872DAB;
}
</style>
border-color css
<style>
span { border-color: #872DAB; }
span { border-color: rgb(135,45,171); }
td.TdClassName
{
border-color: #872DAB;
}
.TagClassName
{
border-color: #872DAB;
}
</style>