Html Css Color HEX #9E87B4 Purple Mountain's Majesty
📋 copy color: '#9E87B4'red 158 ◦ green 135 ◦ blue 180
Shades of Purple Mountain's Majesty #9E87B4
Tints of Purple Mountain's Majesty #9E87B4
RGB
CMYK
RGB Variations
Color information
#9E87B4 (or 0x9E87B4) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 87 and B4. RGB value is (158,135,180). Sum of RGB (Red+Green+Blue) = 158+135+180=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E87B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87B4 is #61784B. Grayscale: #929292. Windows color (decimal): -6387788 or 11831198. OLE color: 11831198.
HSL color Cylindrical-coordinate representation of color #9E87B4: hue angle of 270.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E87B4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 135 | 180 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.29 |
| HSL | 270.67º | 0.23% | 0.62% | - |
| HSV(B) | 270.67º | 0.25% | 0.71% | - |
| XYZ | 31 | 27.89 | 46.93 | - |
| YUV | 147.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 180 | 0.12 | 0.25 | 0 | 0.29 | 270.67 | 0.23 | 0.62 |
| Hex | 9E | 87 | B4 | C | 19 | 0 | 1D | 10F | 17 | 3E |
| Octal | 236 | 207 | 264 | 14 | 31 | 0 | 35 | 417 | 27 | 76 |
| Binary | 10011110 | 10000111 | 10110100 | 1100 | 11001 | 0 | 11101 | 100001111 | 10111 | 111110 |
Color Harmonies of #9E87B4
Complementary color
Monochromatic Colors of #9E87B4
Black with #9E87B4
Text Example
Text Example
White with #9E87B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87B4; }
p { color: rgb(158,135,180); }
H1.HeaderClassName
{
color: #9E87B4;
}
.AnyTagClassName
{
color: #9E87B4;
}
</style>
background-color css
<style>
a { background-color: #9E87B4; }
a { background-color: rgb(158,135,180); }
div.DivClassName
{
background-color: #9E87B4;
}
.BgClassName
{
background-color: #9E87B4;
}
</style>
border-color css
<style>
span { border-color: #9E87B4; }
span { border-color: rgb(158,135,180); }
td.TdClassName
{
border-color: #9E87B4;
}
.TagClassName
{
border-color: #9E87B4;
}
</style>