Html Css Color HEX #9D80BA Purple Mountain's Majesty
📋 copy color: '#9D80BA'red 157 ◦ green 128 ◦ blue 186
Shades of Purple Mountain's Majesty #9D80BA
Tints of Purple Mountain's Majesty #9D80BA
RGB
CMYK
RGB Variations
Color information
#9D80BA (or 0x9D80BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 80 and BA. RGB value is (157,128,186). Sum of RGB (Red+Green+Blue) = 157+128+186=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80BA is #627F45. Grayscale: #8F8F8F. Windows color (decimal): -6455110 or 12222621. OLE color: 12222621.
HSL color Cylindrical-coordinate representation of color #9D80BA: hue angle of 270º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D80BA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 128 | 186 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.27 |
| HSL | 270º | 0.3% | 0.62% | - |
| HSV(B) | 270º | 0.31% | 0.73% | - |
| XYZ | 30.49 | 26.15 | 49.9 | - |
| YUV | 143.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 186 | 0.16 | 0.31 | 0 | 0.27 | 270 | 0.3 | 0.62 |
| Hex | 9D | 80 | BA | 10 | 1F | 0 | 1B | 10E | 1E | 3E |
| Octal | 235 | 200 | 272 | 20 | 37 | 0 | 33 | 416 | 36 | 76 |
| Binary | 10011101 | 10000000 | 10111010 | 10000 | 11111 | 0 | 11011 | 100001110 | 11110 | 111110 |
Color Harmonies of #9D80BA
Complementary color
Monochromatic Colors of #9D80BA
Black with #9D80BA
Text Example
Text Example
White with #9D80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80BA; }
p { color: rgb(157,128,186); }
H1.HeaderClassName
{
color: #9D80BA;
}
.AnyTagClassName
{
color: #9D80BA;
}
</style>
background-color css
<style>
a { background-color: #9D80BA; }
a { background-color: rgb(157,128,186); }
div.DivClassName
{
background-color: #9D80BA;
}
.BgClassName
{
background-color: #9D80BA;
}
</style>
border-color css
<style>
span { border-color: #9D80BA; }
span { border-color: rgb(157,128,186); }
td.TdClassName
{
border-color: #9D80BA;
}
.TagClassName
{
border-color: #9D80BA;
}
</style>