Html Css Color HEX #9E81BC Purple Mountain's Majesty
📋 copy color: '#9E81BC'red 158 ◦ green 129 ◦ blue 188
Shades of Purple Mountain's Majesty #9E81BC
Tints of Purple Mountain's Majesty #9E81BC
RGB
CMYK
RGB Variations
Color information
#9E81BC (or 0x9E81BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 81 and BC. RGB value is (158,129,188). Sum of RGB (Red+Green+Blue) = 158+129+188=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81BC is #617E43. Grayscale: #909090. Windows color (decimal): -6389316 or 12353950. OLE color: 12353950.
HSL color Cylindrical-coordinate representation of color #9E81BC: hue angle of 269.49º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E81BC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 129 | 188 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.26 |
| HSL | 269.49º | 0.31% | 0.62% | - |
| HSV(B) | 269.49º | 0.31% | 0.74% | - |
| XYZ | 31.03 | 26.6 | 51.08 | - |
| YUV | 144.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 188 | 0.16 | 0.31 | 0 | 0.26 | 269.49 | 0.31 | 0.62 |
| Hex | 9E | 81 | BC | 10 | 1F | 0 | 1A | 10D | 1F | 3E |
| Octal | 236 | 201 | 274 | 20 | 37 | 0 | 32 | 415 | 37 | 76 |
| Binary | 10011110 | 10000001 | 10111100 | 10000 | 11111 | 0 | 11010 | 100001101 | 11111 | 111110 |
Color Harmonies of #9E81BC
Complementary color
Monochromatic Colors of #9E81BC
Black with #9E81BC
Text Example
Text Example
White with #9E81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E81BC; }
p { color: rgb(158,129,188); }
H1.HeaderClassName
{
color: #9E81BC;
}
.AnyTagClassName
{
color: #9E81BC;
}
</style>
background-color css
<style>
a { background-color: #9E81BC; }
a { background-color: rgb(158,129,188); }
div.DivClassName
{
background-color: #9E81BC;
}
.BgClassName
{
background-color: #9E81BC;
}
</style>
border-color css
<style>
span { border-color: #9E81BC; }
span { border-color: rgb(158,129,188); }
td.TdClassName
{
border-color: #9E81BC;
}
.TagClassName
{
border-color: #9E81BC;
}
</style>