Html Css Color HEX #9E80BD Purple Mountain's Majesty
📋 copy color: '#9E80BD'red 158 ◦ green 128 ◦ blue 189
Shades of Purple Mountain's Majesty #9E80BD
Tints of Purple Mountain's Majesty #9E80BD
RGB
CMYK
RGB Variations
Color information
#9E80BD (or 0x9E80BD) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 80 and BD. RGB value is (158,128,189). Sum of RGB (Red+Green+Blue) = 158+128+189=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80BD is #617F42. Grayscale: #8F8F8F. Windows color (decimal): -6389571 or 12419230. OLE color: 12419230.
HSL color Cylindrical-coordinate representation of color #9E80BD: hue angle of 269.51º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E80BD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 128 | 189 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.26 |
| HSL | 269.51º | 0.32% | 0.62% | - |
| HSV(B) | 269.51º | 0.32% | 0.74% | - |
| XYZ | 31.01 | 26.38 | 51.6 | - |
| YUV | 143.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 189 | 0.16 | 0.32 | 0 | 0.26 | 269.51 | 0.32 | 0.62 |
| Hex | 9E | 80 | BD | 10 | 20 | 0 | 1A | 10E | 20 | 3E |
| Octal | 236 | 200 | 275 | 20 | 40 | 0 | 32 | 416 | 40 | 76 |
| Binary | 10011110 | 10000000 | 10111101 | 10000 | 100000 | 0 | 11010 | 100001110 | 100000 | 111110 |
Color Harmonies of #9E80BD
Complementary color
Monochromatic Colors of #9E80BD
Black with #9E80BD
Text Example
Text Example
White with #9E80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80BD; }
p { color: rgb(158,128,189); }
H1.HeaderClassName
{
color: #9E80BD;
}
.AnyTagClassName
{
color: #9E80BD;
}
</style>
background-color css
<style>
a { background-color: #9E80BD; }
a { background-color: rgb(158,128,189); }
div.DivClassName
{
background-color: #9E80BD;
}
.BgClassName
{
background-color: #9E80BD;
}
</style>
border-color css
<style>
span { border-color: #9E80BD; }
span { border-color: rgb(158,128,189); }
td.TdClassName
{
border-color: #9E80BD;
}
.TagClassName
{
border-color: #9E80BD;
}
</style>