Html Css Color HEX #9E75BA Purple Mountain's Majesty
📋 copy color: '#9E75BA'red 158 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9E75BA
Tints of Purple Mountain's Majesty #9E75BA
RGB
CMYK
RGB Variations
Color information
#9E75BA (or 0x9E75BA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 75 and BA. RGB value is (158,117,186). Sum of RGB (Red+Green+Blue) = 158+117+186=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75BA is #618A45. Grayscale: #888888. Windows color (decimal): -6392390 or 12219806. OLE color: 12219806.
HSL color Cylindrical-coordinate representation of color #9E75BA: hue angle of 275.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E75BA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 117 | 186 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.27 |
| HSL | 275.65º | 0.33% | 0.59% | - |
| HSV(B) | 275.65º | 0.37% | 0.73% | - |
| XYZ | 29.32 | 23.54 | 49.45 | - |
| YUV | 137.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 186 | 0.15 | 0.37 | 0 | 0.27 | 275.65 | 0.33 | 0.59 |
| Hex | 9E | 75 | BA | F | 25 | 0 | 1B | 114 | 21 | 3B |
| Octal | 236 | 165 | 272 | 17 | 45 | 0 | 33 | 424 | 41 | 73 |
| Binary | 10011110 | 1110101 | 10111010 | 1111 | 100101 | 0 | 11011 | 100010100 | 100001 | 111011 |
Color Harmonies of #9E75BA
Complementary color
Monochromatic Colors of #9E75BA
Black with #9E75BA
Text Example
Text Example
White with #9E75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E75BA; }
p { color: rgb(158,117,186); }
H1.HeaderClassName
{
color: #9E75BA;
}
.AnyTagClassName
{
color: #9E75BA;
}
</style>
background-color css
<style>
a { background-color: #9E75BA; }
a { background-color: rgb(158,117,186); }
div.DivClassName
{
background-color: #9E75BA;
}
.BgClassName
{
background-color: #9E75BA;
}
</style>
border-color css
<style>
span { border-color: #9E75BA; }
span { border-color: rgb(158,117,186); }
td.TdClassName
{
border-color: #9E75BA;
}
.TagClassName
{
border-color: #9E75BA;
}
</style>