Html Css Color HEX #9E7BC3 Purple Mountain's Majesty
📋 copy color: '#9E7BC3'red 158 ◦ green 123 ◦ blue 195
Shades of Purple Mountain's Majesty #9E7BC3
Tints of Purple Mountain's Majesty #9E7BC3
RGB
CMYK
RGB Variations
Color information
#9E7BC3 (or 0x9E7BC3) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7B and C3. RGB value is (158,123,195). Sum of RGB (Red+Green+Blue) = 158+123+195=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E7BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BC3 is #61843C. Grayscale: #8D8D8D. Windows color (decimal): -6390845 or 12811166. OLE color: 12811166.
HSL color Cylindrical-coordinate representation of color #9E7BC3: hue angle of 269.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E7BC3 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 123 | 195 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.24 |
| HSL | 269.17º | 0.38% | 0.62% | - |
| HSV(B) | 269.17º | 0.37% | 0.76% | - |
| XYZ | 31.03 | 25.38 | 54.89 | - |
| YUV | 141.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 195 | 0.19 | 0.37 | 0 | 0.24 | 269.17 | 0.38 | 0.62 |
| Hex | 9E | 7B | C3 | 13 | 25 | 0 | 18 | 10D | 26 | 3E |
| Octal | 236 | 173 | 303 | 23 | 45 | 0 | 30 | 415 | 46 | 76 |
| Binary | 10011110 | 1111011 | 11000011 | 10011 | 100101 | 0 | 11000 | 100001101 | 100110 | 111110 |
Color Harmonies of #9E7BC3
Complementary color
Monochromatic Colors of #9E7BC3
Black with #9E7BC3
Text Example
Text Example
White with #9E7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BC3; }
p { color: rgb(158,123,195); }
H1.HeaderClassName
{
color: #9E7BC3;
}
.AnyTagClassName
{
color: #9E7BC3;
}
</style>
background-color css
<style>
a { background-color: #9E7BC3; }
a { background-color: rgb(158,123,195); }
div.DivClassName
{
background-color: #9E7BC3;
}
.BgClassName
{
background-color: #9E7BC3;
}
</style>
border-color css
<style>
span { border-color: #9E7BC3; }
span { border-color: rgb(158,123,195); }
td.TdClassName
{
border-color: #9E7BC3;
}
.TagClassName
{
border-color: #9E7BC3;
}
</style>