Shades of Vivid Violet #87468F
Tints of Vivid Violet #87468F
RGB
CMYK
RGB Variations
Color information
#87468F (or 0x87468F) is known color: Vivid Violet. HEX triplet: 87, 46 and 8F. RGB value is (135,70,143). Sum of RGB (Red+Green+Blue) = 135+70+143=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #87468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87468F is #78B970. Grayscale: #616161. Windows color (decimal): -7911793 or 9389703. OLE color: 9389703.
HSL color Cylindrical-coordinate representation of color #87468F: hue angle of 293.42º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87468F is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 70 | 143 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.44 |
| HSL | 293.42º | 0.34% | 0.42% | - |
| HSV(B) | 293.42º | 0.51% | 0.56% | - |
| XYZ | 17.14 | 11.51 | 27.31 | - |
| YUV | 97.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 143 | 0.06 | 0.51 | 0 | 0.44 | 293.42 | 0.34 | 0.42 |
| Hex | 87 | 46 | 8F | 6 | 33 | 0 | 2C | 125 | 22 | 2A |
| Octal | 207 | 106 | 217 | 6 | 63 | 0 | 54 | 445 | 42 | 52 |
| Binary | 10000111 | 1000110 | 10001111 | 110 | 110011 | 0 | 101100 | 100100101 | 100010 | 101010 |
Color Harmonies of #87468F
Complementary color
Monochromatic Colors of #87468F
Black with #87468F
Text Example
Text Example
White with #87468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87468F; }
p { color: rgb(135,70,143); }
H1.HeaderClassName
{
color: #87468F;
}
.AnyTagClassName
{
color: #87468F;
}
</style>
background-color css
<style>
a { background-color: #87468F; }
a { background-color: rgb(135,70,143); }
div.DivClassName
{
background-color: #87468F;
}
.BgClassName
{
background-color: #87468F;
}
</style>
border-color css
<style>
span { border-color: #87468F; }
span { border-color: rgb(135,70,143); }
td.TdClassName
{
border-color: #87468F;
}
.TagClassName
{
border-color: #87468F;
}
</style>