Html Css Color HEX #9E7DB5 Purple Mountain's Majesty
📋 copy color: '#9E7DB5'red 158 ◦ green 125 ◦ blue 181
Shades of Purple Mountain's Majesty #9E7DB5
Tints of Purple Mountain's Majesty #9E7DB5
RGB
CMYK
RGB Variations
Color information
#9E7DB5 (or 0x9E7DB5) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7D and B5. RGB value is (158,125,181). Sum of RGB (Red+Green+Blue) = 158+125+181=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E7DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DB5 is #61824A. Grayscale: #8D8D8D. Windows color (decimal): -6390347 or 11894174. OLE color: 11894174.
HSL color Cylindrical-coordinate representation of color #9E7DB5: hue angle of 275.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E7DB5 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 158 | 125 | 181 | - |
CMYK | 0.13 | 0.31 | 0 | 0.29 |
HSL | 275.36º | 0.27% | 0.6% | - |
HSV(B) | 275.36º | 0.31% | 0.71% | - |
XYZ | 29.77 | 25.27 | 47.02 | - |
YUV | 141.25 | 150.43 | 139.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 125 | 181 | 0.13 | 0.31 | 0 | 0.29 | 275.36 | 0.27 | 0.6 |
Hex | 9E | 7D | B5 | D | 1F | 0 | 1D | 113 | 1B | 3C |
Octal | 236 | 175 | 265 | 15 | 37 | 0 | 35 | 423 | 33 | 74 |
Binary | 10011110 | 1111101 | 10110101 | 1101 | 11111 | 0 | 11101 | 100010011 | 11011 | 111100 |
Color Harmonies of #9E7DB5
Complementary color
Monochromatic Colors of #9E7DB5
Black with #9E7DB5
Text Example
Text Example
White with #9E7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DB5; }
p { color: rgb(158,125,181); }
H1.HeaderClassName
{
color: #9E7DB5;
}
.AnyTagClassName
{
color: #9E7DB5;
}
</style>
background-color css
<style>
a { background-color: #9E7DB5; }
a { background-color: rgb(158,125,181); }
div.DivClassName
{
background-color: #9E7DB5;
}
.BgClassName
{
background-color: #9E7DB5;
}
</style>
border-color css
<style>
span { border-color: #9E7DB5; }
span { border-color: rgb(158,125,181); }
td.TdClassName
{
border-color: #9E7DB5;
}
.TagClassName
{
border-color: #9E7DB5;
}
</style>