Shades of Vivid Violet #872B8B
Tints of Vivid Violet #872B8B
RGB
CMYK
RGB Variations
Color information
#872B8B (or 0x872B8B) is known color: Vivid Violet. HEX triplet: 87, 2B and 8B. RGB value is (135,43,139). Sum of RGB (Red+Green+Blue) = 135+43+139=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #872B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872B8B is #78D474. Grayscale: #515151. Windows color (decimal): -7918709 or 9120647. OLE color: 9120647.
HSL color Cylindrical-coordinate representation of color #872B8B: hue angle of 297.5º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872B8B is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 43 | 139 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.45 |
| HSL | 297.5º | 0.53% | 0.36% | - |
| HSV(B) | 297.5º | 0.69% | 0.55% | - |
| XYZ | 15.52 | 8.74 | 25.3 | - |
| YUV | 81.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 139 | 0.03 | 0.69 | 0 | 0.45 | 297.5 | 0.53 | 0.36 |
| Hex | 87 | 2B | 8B | 3 | 45 | 0 | 2D | 12A | 35 | 24 |
| Octal | 207 | 53 | 213 | 3 | 105 | 0 | 55 | 452 | 65 | 44 |
| Binary | 10000111 | 101011 | 10001011 | 11 | 1000101 | 0 | 101101 | 100101010 | 110101 | 100100 |
Color Harmonies of #872B8B
Complementary color
Monochromatic Colors of #872B8B
Black with #872B8B
Text Example
Text Example
White with #872B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B8B; }
p { color: rgb(135,43,139); }
H1.HeaderClassName
{
color: #872B8B;
}
.AnyTagClassName
{
color: #872B8B;
}
</style>
background-color css
<style>
a { background-color: #872B8B; }
a { background-color: rgb(135,43,139); }
div.DivClassName
{
background-color: #872B8B;
}
.BgClassName
{
background-color: #872B8B;
}
</style>
border-color css
<style>
span { border-color: #872B8B; }
span { border-color: rgb(135,43,139); }
td.TdClassName
{
border-color: #872B8B;
}
.TagClassName
{
border-color: #872B8B;
}
</style>