Html Css Color HEX #9E7DBA Purple Mountain's Majesty
📋 copy color: '#9E7DBA'red 158 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #9E7DBA
Tints of Purple Mountain's Majesty #9E7DBA
RGB
CMYK
RGB Variations
Color information
#9E7DBA (or 0x9E7DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7D and BA. RGB value is (158,125,186). Sum of RGB (Red+Green+Blue) = 158+125+186=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DBA is #618245. Grayscale: #8D8D8D. Windows color (decimal): -6390342 or 12221854. OLE color: 12221854.
HSL color Cylindrical-coordinate representation of color #9E7DBA: hue angle of 272.46º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E7DBA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 125 | 186 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.27 |
| HSL | 272.46º | 0.31% | 0.61% | - |
| HSV(B) | 272.46º | 0.33% | 0.73% | - |
| XYZ | 30.3 | 25.48 | 49.78 | - |
| YUV | 141.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 186 | 0.15 | 0.33 | 0 | 0.27 | 272.46 | 0.31 | 0.61 |
| Hex | 9E | 7D | BA | F | 21 | 0 | 1B | 110 | 1F | 3D |
| Octal | 236 | 175 | 272 | 17 | 41 | 0 | 33 | 420 | 37 | 75 |
| Binary | 10011110 | 1111101 | 10111010 | 1111 | 100001 | 0 | 11011 | 100010000 | 11111 | 111101 |
Color Harmonies of #9E7DBA
Complementary color
Monochromatic Colors of #9E7DBA
Black with #9E7DBA
Text Example
Text Example
White with #9E7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DBA; }
p { color: rgb(158,125,186); }
H1.HeaderClassName
{
color: #9E7DBA;
}
.AnyTagClassName
{
color: #9E7DBA;
}
</style>
background-color css
<style>
a { background-color: #9E7DBA; }
a { background-color: rgb(158,125,186); }
div.DivClassName
{
background-color: #9E7DBA;
}
.BgClassName
{
background-color: #9E7DBA;
}
</style>
border-color css
<style>
span { border-color: #9E7DBA; }
span { border-color: rgb(158,125,186); }
td.TdClassName
{
border-color: #9E7DBA;
}
.TagClassName
{
border-color: #9E7DBA;
}
</style>