Html Css Color HEX #9E71BC Purple Mountain's Majesty
📋 copy color: '#9E71BC'red 158 ◦ green 113 ◦ blue 188
Shades of Purple Mountain's Majesty #9E71BC
Tints of Purple Mountain's Majesty #9E71BC
RGB
CMYK
RGB Variations
Color information
#9E71BC (or 0x9E71BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 71 and BC. RGB value is (158,113,188). Sum of RGB (Red+Green+Blue) = 158+113+188=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71BC is #618E43. Grayscale: #868686. Windows color (decimal): -6393412 or 12349854. OLE color: 12349854.
HSL color Cylindrical-coordinate representation of color #9E71BC: hue angle of 276º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E71BC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 113 | 188 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.26 |
| HSL | 276º | 0.36% | 0.59% | - |
| HSV(B) | 276º | 0.4% | 0.74% | - |
| XYZ | 29.08 | 22.71 | 50.43 | - |
| YUV | 135.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 188 | 0.16 | 0.40 | 0 | 0.26 | 276 | 0.36 | 0.59 |
| Hex | 9E | 71 | BC | 10 | 28 | 0 | 1A | 114 | 24 | 3B |
| Octal | 236 | 161 | 274 | 20 | 50 | 0 | 32 | 424 | 44 | 73 |
| Binary | 10011110 | 1110001 | 10111100 | 10000 | 101000 | 0 | 11010 | 100010100 | 100100 | 111011 |
Color Harmonies of #9E71BC
Complementary color
Monochromatic Colors of #9E71BC
Black with #9E71BC
Text Example
Text Example
White with #9E71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71BC; }
p { color: rgb(158,113,188); }
H1.HeaderClassName
{
color: #9E71BC;
}
.AnyTagClassName
{
color: #9E71BC;
}
</style>
background-color css
<style>
a { background-color: #9E71BC; }
a { background-color: rgb(158,113,188); }
div.DivClassName
{
background-color: #9E71BC;
}
.BgClassName
{
background-color: #9E71BC;
}
</style>
border-color css
<style>
span { border-color: #9E71BC; }
span { border-color: rgb(158,113,188); }
td.TdClassName
{
border-color: #9E71BC;
}
.TagClassName
{
border-color: #9E71BC;
}
</style>