Shades of Vivid Violet #87438C
Tints of Vivid Violet #87438C
RGB
CMYK
RGB Variations
Color information
#87438C (or 0x87438C) is known color: Vivid Violet. HEX triplet: 87, 43 and 8C. RGB value is (135,67,140). Sum of RGB (Red+Green+Blue) = 135+67+140=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #87438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87438C is #78BC73. Grayscale: #5F5F5F. Windows color (decimal): -7912564 or 9192327. OLE color: 9192327.
HSL color Cylindrical-coordinate representation of color #87438C: hue angle of 295.89º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87438C is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 67 | 140 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.45 |
| HSL | 295.89º | 0.35% | 0.41% | - |
| HSV(B) | 295.89º | 0.52% | 0.55% | - |
| XYZ | 16.73 | 11.06 | 26.06 | - |
| YUV | 95.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 140 | 0.04 | 0.52 | 0 | 0.45 | 295.89 | 0.35 | 0.41 |
| Hex | 87 | 43 | 8C | 4 | 34 | 0 | 2D | 128 | 23 | 29 |
| Octal | 207 | 103 | 214 | 4 | 64 | 0 | 55 | 450 | 43 | 51 |
| Binary | 10000111 | 1000011 | 10001100 | 100 | 110100 | 0 | 101101 | 100101000 | 100011 | 101001 |
Color Harmonies of #87438C
Complementary color
Monochromatic Colors of #87438C
Black with #87438C
Text Example
Text Example
White with #87438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87438C; }
p { color: rgb(135,67,140); }
H1.HeaderClassName
{
color: #87438C;
}
.AnyTagClassName
{
color: #87438C;
}
</style>
background-color css
<style>
a { background-color: #87438C; }
a { background-color: rgb(135,67,140); }
div.DivClassName
{
background-color: #87438C;
}
.BgClassName
{
background-color: #87438C;
}
</style>
border-color css
<style>
span { border-color: #87438C; }
span { border-color: rgb(135,67,140); }
td.TdClassName
{
border-color: #87438C;
}
.TagClassName
{
border-color: #87438C;
}
</style>