Shades of Vivid Violet #87448B
Tints of Vivid Violet #87448B
RGB
CMYK
RGB Variations
Color information
#87448B (or 0x87448B) is known color: Vivid Violet. HEX triplet: 87, 44 and 8B. RGB value is (135,68,139). Sum of RGB (Red+Green+Blue) = 135+68+139=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #87448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87448B is #78BB74. Grayscale: #5F5F5F. Windows color (decimal): -7912309 or 9127047. OLE color: 9127047.
HSL color Cylindrical-coordinate representation of color #87448B: hue angle of 296.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87448B is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 68 | 139 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.45 |
| HSL | 296.62º | 0.34% | 0.41% | - |
| HSV(B) | 296.62º | 0.51% | 0.55% | - |
| XYZ | 16.72 | 11.15 | 25.7 | - |
| YUV | 96.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 139 | 0.03 | 0.51 | 0 | 0.45 | 296.62 | 0.34 | 0.41 |
| Hex | 87 | 44 | 8B | 3 | 33 | 0 | 2D | 129 | 22 | 29 |
| Octal | 207 | 104 | 213 | 3 | 63 | 0 | 55 | 451 | 42 | 51 |
| Binary | 10000111 | 1000100 | 10001011 | 11 | 110011 | 0 | 101101 | 100101001 | 100010 | 101001 |
Color Harmonies of #87448B
Complementary color
Monochromatic Colors of #87448B
Black with #87448B
Text Example
Text Example
White with #87448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87448B; }
p { color: rgb(135,68,139); }
H1.HeaderClassName
{
color: #87448B;
}
.AnyTagClassName
{
color: #87448B;
}
</style>
background-color css
<style>
a { background-color: #87448B; }
a { background-color: rgb(135,68,139); }
div.DivClassName
{
background-color: #87448B;
}
.BgClassName
{
background-color: #87448B;
}
</style>
border-color css
<style>
span { border-color: #87448B; }
span { border-color: rgb(135,68,139); }
td.TdClassName
{
border-color: #87448B;
}
.TagClassName
{
border-color: #87448B;
}
</style>