Shades of Vivid Violet #87478B
Tints of Vivid Violet #87478B
RGB
CMYK
RGB Variations
Color information
#87478B (or 0x87478B) is known color: Vivid Violet. HEX triplet: 87, 47 and 8B. RGB value is (135,71,139). Sum of RGB (Red+Green+Blue) = 135+71+139=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #87478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87478B is #78B874. Grayscale: #616161. Windows color (decimal): -7911541 or 9127815. OLE color: 9127815.
HSL color Cylindrical-coordinate representation of color #87478B: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87478B is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 71 | 139 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.45 |
| HSL | 296.47º | 0.32% | 0.41% | - |
| HSV(B) | 296.47º | 0.49% | 0.55% | - |
| XYZ | 16.91 | 11.52 | 25.76 | - |
| YUV | 97.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 139 | 0.03 | 0.49 | 0 | 0.45 | 296.47 | 0.32 | 0.41 |
| Hex | 87 | 47 | 8B | 3 | 31 | 0 | 2D | 128 | 20 | 29 |
| Octal | 207 | 107 | 213 | 3 | 61 | 0 | 55 | 450 | 40 | 51 |
| Binary | 10000111 | 1000111 | 10001011 | 11 | 110001 | 0 | 101101 | 100101000 | 100000 | 101001 |
Color Harmonies of #87478B
Complementary color
Monochromatic Colors of #87478B
Black with #87478B
Text Example
Text Example
White with #87478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87478B; }
p { color: rgb(135,71,139); }
H1.HeaderClassName
{
color: #87478B;
}
.AnyTagClassName
{
color: #87478B;
}
</style>
background-color css
<style>
a { background-color: #87478B; }
a { background-color: rgb(135,71,139); }
div.DivClassName
{
background-color: #87478B;
}
.BgClassName
{
background-color: #87478B;
}
</style>
border-color css
<style>
span { border-color: #87478B; }
span { border-color: rgb(135,71,139); }
td.TdClassName
{
border-color: #87478B;
}
.TagClassName
{
border-color: #87478B;
}
</style>