Html Css Color HEX #9E75BE Purple Mountain's Majesty
📋 copy color: '#9E75BE'red 158 ◦ green 117 ◦ blue 190
Shades of Purple Mountain's Majesty #9E75BE
Tints of Purple Mountain's Majesty #9E75BE
RGB
CMYK
RGB Variations
Color information
#9E75BE (or 0x9E75BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 75 and BE. RGB value is (158,117,190). Sum of RGB (Red+Green+Blue) = 158+117+190=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75BE is #618A41. Grayscale: #898989. Windows color (decimal): -6392386 or 12481950. OLE color: 12481950.
HSL color Cylindrical-coordinate representation of color #9E75BE: hue angle of 273.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E75BE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 117 | 190 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.25 |
| HSL | 273.7º | 0.36% | 0.6% | - |
| HSV(B) | 273.7º | 0.38% | 0.75% | - |
| XYZ | 29.76 | 23.71 | 51.72 | - |
| YUV | 137.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 190 | 0.17 | 0.38 | 0 | 0.25 | 273.7 | 0.36 | 0.6 |
| Hex | 9E | 75 | BE | 11 | 26 | 0 | 19 | 112 | 24 | 3C |
| Octal | 236 | 165 | 276 | 21 | 46 | 0 | 31 | 422 | 44 | 74 |
| Binary | 10011110 | 1110101 | 10111110 | 10001 | 100110 | 0 | 11001 | 100010010 | 100100 | 111100 |
Color Harmonies of #9E75BE
Complementary color
Monochromatic Colors of #9E75BE
Black with #9E75BE
Text Example
Text Example
White with #9E75BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E75BE; }
p { color: rgb(158,117,190); }
H1.HeaderClassName
{
color: #9E75BE;
}
.AnyTagClassName
{
color: #9E75BE;
}
</style>
background-color css
<style>
a { background-color: #9E75BE; }
a { background-color: rgb(158,117,190); }
div.DivClassName
{
background-color: #9E75BE;
}
.BgClassName
{
background-color: #9E75BE;
}
</style>
border-color css
<style>
span { border-color: #9E75BE; }
span { border-color: rgb(158,117,190); }
td.TdClassName
{
border-color: #9E75BE;
}
.TagClassName
{
border-color: #9E75BE;
}
</style>