Html Css Color HEX #9D80BC Purple Mountain's Majesty
📋 copy color: '#9D80BC'red 157 ◦ green 128 ◦ blue 188
Shades of Purple Mountain's Majesty #9D80BC
Tints of Purple Mountain's Majesty #9D80BC
RGB
CMYK
RGB Variations
Color information
#9D80BC (or 0x9D80BC) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 80 and BC. RGB value is (157,128,188). Sum of RGB (Red+Green+Blue) = 157+128+188=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80BC is #627F43. Grayscale: #8F8F8F. Windows color (decimal): -6455108 or 12353693. OLE color: 12353693.
HSL color Cylindrical-coordinate representation of color #9D80BC: hue angle of 269º degrees, saturation: 0.31, 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 #9D80BC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 128 | 188 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.26 |
| HSL | 269º | 0.31% | 0.62% | - |
| HSV(B) | 269º | 0.32% | 0.74% | - |
| XYZ | 30.7 | 26.24 | 51.02 | - |
| YUV | 143.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 188 | 0.16 | 0.32 | 0 | 0.26 | 269 | 0.31 | 0.62 |
| Hex | 9D | 80 | BC | 10 | 20 | 0 | 1A | 10D | 1F | 3E |
| Octal | 235 | 200 | 274 | 20 | 40 | 0 | 32 | 415 | 37 | 76 |
| Binary | 10011101 | 10000000 | 10111100 | 10000 | 100000 | 0 | 11010 | 100001101 | 11111 | 111110 |
Color Harmonies of #9D80BC
Complementary color
Monochromatic Colors of #9D80BC
Black with #9D80BC
Text Example
Text Example
White with #9D80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80BC; }
p { color: rgb(157,128,188); }
H1.HeaderClassName
{
color: #9D80BC;
}
.AnyTagClassName
{
color: #9D80BC;
}
</style>
background-color css
<style>
a { background-color: #9D80BC; }
a { background-color: rgb(157,128,188); }
div.DivClassName
{
background-color: #9D80BC;
}
.BgClassName
{
background-color: #9D80BC;
}
</style>
border-color css
<style>
span { border-color: #9D80BC; }
span { border-color: rgb(157,128,188); }
td.TdClassName
{
border-color: #9D80BC;
}
.TagClassName
{
border-color: #9D80BC;
}
</style>