Html Css Color HEX #9D81BA Purple Mountain's Majesty
📋 copy color: '#9D81BA'red 157 ◦ green 129 ◦ blue 186
Shades of Purple Mountain's Majesty #9D81BA
Tints of Purple Mountain's Majesty #9D81BA
RGB
CMYK
RGB Variations
Color information
#9D81BA (or 0x9D81BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 81 and BA. RGB value is (157,129,186). Sum of RGB (Red+Green+Blue) = 157+129+186=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81BA is #627E45. Grayscale: #8F8F8F. Windows color (decimal): -6454854 or 12222877. OLE color: 12222877.
HSL color Cylindrical-coordinate representation of color #9D81BA: hue angle of 269.47º degrees, saturation: 0.29, 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 #9D81BA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 129 | 186 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.27 |
| HSL | 269.47º | 0.29% | 0.62% | - |
| HSV(B) | 269.47º | 0.31% | 0.73% | - |
| XYZ | 30.62 | 26.41 | 49.94 | - |
| YUV | 143.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 186 | 0.16 | 0.31 | 0 | 0.27 | 269.47 | 0.29 | 0.62 |
| Hex | 9D | 81 | BA | 10 | 1F | 0 | 1B | 10D | 1D | 3E |
| Octal | 235 | 201 | 272 | 20 | 37 | 0 | 33 | 415 | 35 | 76 |
| Binary | 10011101 | 10000001 | 10111010 | 10000 | 11111 | 0 | 11011 | 100001101 | 11101 | 111110 |
Color Harmonies of #9D81BA
Complementary color
Monochromatic Colors of #9D81BA
Black with #9D81BA
Text Example
Text Example
White with #9D81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81BA; }
p { color: rgb(157,129,186); }
H1.HeaderClassName
{
color: #9D81BA;
}
.AnyTagClassName
{
color: #9D81BA;
}
</style>
background-color css
<style>
a { background-color: #9D81BA; }
a { background-color: rgb(157,129,186); }
div.DivClassName
{
background-color: #9D81BA;
}
.BgClassName
{
background-color: #9D81BA;
}
</style>
border-color css
<style>
span { border-color: #9D81BA; }
span { border-color: rgb(157,129,186); }
td.TdClassName
{
border-color: #9D81BA;
}
.TagClassName
{
border-color: #9D81BA;
}
</style>