Shades of Vivid Violet #87428B
Tints of Vivid Violet #87428B
RGB
CMYK
RGB Variations
Color information
#87428B (or 0x87428B) is known color: Vivid Violet. HEX triplet: 87, 42 and 8B. RGB value is (135,66,139). Sum of RGB (Red+Green+Blue) = 135+66+139=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #87428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87428B is #78BD74. Grayscale: #5E5E5E. Windows color (decimal): -7912821 or 9126535. OLE color: 9126535.
HSL color Cylindrical-coordinate representation of color #87428B: hue angle of 296.71º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87428B is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 66 | 139 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.45 |
| HSL | 296.71º | 0.36% | 0.4% | - |
| HSV(B) | 296.71º | 0.53% | 0.55% | - |
| XYZ | 16.6 | 10.91 | 25.66 | - |
| YUV | 94.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 139 | 0.03 | 0.53 | 0 | 0.45 | 296.71 | 0.36 | 0.4 |
| Hex | 87 | 42 | 8B | 3 | 35 | 0 | 2D | 129 | 24 | 28 |
| Octal | 207 | 102 | 213 | 3 | 65 | 0 | 55 | 451 | 44 | 50 |
| Binary | 10000111 | 1000010 | 10001011 | 11 | 110101 | 0 | 101101 | 100101001 | 100100 | 101000 |
Color Harmonies of #87428B
Complementary color
Monochromatic Colors of #87428B
Black with #87428B
Text Example
Text Example
White with #87428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87428B; }
p { color: rgb(135,66,139); }
H1.HeaderClassName
{
color: #87428B;
}
.AnyTagClassName
{
color: #87428B;
}
</style>
background-color css
<style>
a { background-color: #87428B; }
a { background-color: rgb(135,66,139); }
div.DivClassName
{
background-color: #87428B;
}
.BgClassName
{
background-color: #87428B;
}
</style>
border-color css
<style>
span { border-color: #87428B; }
span { border-color: rgb(135,66,139); }
td.TdClassName
{
border-color: #87428B;
}
.TagClassName
{
border-color: #87428B;
}
</style>