Shades of Vivid Violet #872E88
Tints of Vivid Violet #872E88
RGB
CMYK
RGB Variations
Color information
#872E88 (or 0x872E88) is known color: Vivid Violet. HEX triplet: 87, 2E and 88. RGB value is (135,46,136). Sum of RGB (Red+Green+Blue) = 135+46+136=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #872E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872E88 is #78D177. Grayscale: #525252. Windows color (decimal): -7917944 or 8924807. OLE color: 8924807.
HSL color Cylindrical-coordinate representation of color #872E88: hue angle of 299.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E88 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 136 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.47 |
| HSL | 299.33º | 0.49% | 0.36% | - |
| HSV(B) | 299.33º | 0.66% | 0.53% | - |
| XYZ | 15.41 | 8.88 | 24.19 | - |
| YUV | 82.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 136 | 0.01 | 0.66 | 0 | 0.47 | 299.33 | 0.49 | 0.36 |
| Hex | 87 | 2E | 88 | 1 | 42 | 0 | 2F | 12B | 31 | 24 |
| Octal | 207 | 56 | 210 | 1 | 102 | 0 | 57 | 453 | 61 | 44 |
| Binary | 10000111 | 101110 | 10001000 | 1 | 1000010 | 0 | 101111 | 100101011 | 110001 | 100100 |
Color Harmonies of #872E88
Complementary color
Monochromatic Colors of #872E88
Black with #872E88
Text Example
Text Example
White with #872E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E88; }
p { color: rgb(135,46,136); }
H1.HeaderClassName
{
color: #872E88;
}
.AnyTagClassName
{
color: #872E88;
}
</style>
background-color css
<style>
a { background-color: #872E88; }
a { background-color: rgb(135,46,136); }
div.DivClassName
{
background-color: #872E88;
}
.BgClassName
{
background-color: #872E88;
}
</style>
border-color css
<style>
span { border-color: #872E88; }
span { border-color: rgb(135,46,136); }
td.TdClassName
{
border-color: #872E88;
}
.TagClassName
{
border-color: #872E88;
}
</style>