Html Css Color HEX #9E7AB5 Purple Mountain's Majesty
📋 copy color: '#9E7AB5'red 158 ◦ green 122 ◦ blue 181
Shades of Purple Mountain's Majesty #9E7AB5
Tints of Purple Mountain's Majesty #9E7AB5
RGB
CMYK
RGB Variations
Color information
#9E7AB5 (or 0x9E7AB5) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7A and B5. RGB value is (158,122,181). Sum of RGB (Red+Green+Blue) = 158+122+181=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E7AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7AB5 is #61854A. Grayscale: #8B8B8B. Windows color (decimal): -6391115 or 11893406. OLE color: 11893406.
HSL color Cylindrical-coordinate representation of color #9E7AB5: hue angle of 276.61º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E7AB5 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 122 | 181 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.29 |
| HSL | 276.61º | 0.29% | 0.59% | - |
| HSV(B) | 276.61º | 0.33% | 0.71% | - |
| XYZ | 29.4 | 24.52 | 46.9 | - |
| YUV | 139.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 181 | 0.13 | 0.33 | 0 | 0.29 | 276.61 | 0.29 | 0.59 |
| Hex | 9E | 7A | B5 | D | 21 | 0 | 1D | 115 | 1D | 3B |
| Octal | 236 | 172 | 265 | 15 | 41 | 0 | 35 | 425 | 35 | 73 |
| Binary | 10011110 | 1111010 | 10110101 | 1101 | 100001 | 0 | 11101 | 100010101 | 11101 | 111011 |
Color Harmonies of #9E7AB5
Complementary color
Monochromatic Colors of #9E7AB5
Black with #9E7AB5
Text Example
Text Example
White with #9E7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AB5; }
p { color: rgb(158,122,181); }
H1.HeaderClassName
{
color: #9E7AB5;
}
.AnyTagClassName
{
color: #9E7AB5;
}
</style>
background-color css
<style>
a { background-color: #9E7AB5; }
a { background-color: rgb(158,122,181); }
div.DivClassName
{
background-color: #9E7AB5;
}
.BgClassName
{
background-color: #9E7AB5;
}
</style>
border-color css
<style>
span { border-color: #9E7AB5; }
span { border-color: rgb(158,122,181); }
td.TdClassName
{
border-color: #9E7AB5;
}
.TagClassName
{
border-color: #9E7AB5;
}
</style>