Shades of Vivid Violet #872DAC
Tints of Vivid Violet #872DAC
RGB
CMYK
RGB Variations
Color information
#872DAC (or 0x872DAC) is known color: Vivid Violet. HEX triplet: 87, 2D and AC. RGB value is (135,45,172). Sum of RGB (Red+Green+Blue) = 135+45+172=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #872DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872DAC is #78D253. Grayscale: #555555. Windows color (decimal): -7918164 or 11283847. OLE color: 11283847.
HSL color Cylindrical-coordinate representation of color #872DAC: hue angle of 282.52º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872DAC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 45 | 172 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.33 |
| HSL | 282.52º | 0.59% | 0.43% | - |
| HSV(B) | 282.52º | 0.74% | 0.67% | - |
| XYZ | 18.38 | 10.01 | 39.99 | - |
| YUV | 86.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 172 | 0.22 | 0.74 | 0 | 0.33 | 282.52 | 0.59 | 0.43 |
| Hex | 87 | 2D | AC | 16 | 4A | 0 | 21 | 11B | 3B | 2B |
| Octal | 207 | 55 | 254 | 26 | 112 | 0 | 41 | 433 | 73 | 53 |
| Binary | 10000111 | 101101 | 10101100 | 10110 | 1001010 | 0 | 100001 | 100011011 | 111011 | 101011 |
Color Harmonies of #872DAC
Complementary color
Monochromatic Colors of #872DAC
Black with #872DAC
Text Example
Text Example
White with #872DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872DAC; }
p { color: rgb(135,45,172); }
H1.HeaderClassName
{
color: #872DAC;
}
.AnyTagClassName
{
color: #872DAC;
}
</style>
background-color css
<style>
a { background-color: #872DAC; }
a { background-color: rgb(135,45,172); }
div.DivClassName
{
background-color: #872DAC;
}
.BgClassName
{
background-color: #872DAC;
}
</style>
border-color css
<style>
span { border-color: #872DAC; }
span { border-color: rgb(135,45,172); }
td.TdClassName
{
border-color: #872DAC;
}
.TagClassName
{
border-color: #872DAC;
}
</style>