Html Css Color HEX #9D81BC Purple Mountain's Majesty
📋 copy color: '#9D81BC'red 157 ◦ green 129 ◦ blue 188
Shades of Purple Mountain's Majesty #9D81BC
Tints of Purple Mountain's Majesty #9D81BC
RGB
CMYK
RGB Variations
Color information
#9D81BC (or 0x9D81BC) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 81 and BC. RGB value is (157,129,188). Sum of RGB (Red+Green+Blue) = 157+129+188=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81BC is #627E43. Grayscale: #8F8F8F. Windows color (decimal): -6454852 or 12353949. OLE color: 12353949.
HSL color Cylindrical-coordinate representation of color #9D81BC: hue angle of 268.47º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D81BC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 129 | 188 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.26 |
| HSL | 268.47º | 0.31% | 0.62% | - |
| HSV(B) | 268.47º | 0.31% | 0.74% | - |
| XYZ | 30.83 | 26.5 | 51.07 | - |
| YUV | 144.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 188 | 0.16 | 0.31 | 0 | 0.26 | 268.47 | 0.31 | 0.62 |
| Hex | 9D | 81 | BC | 10 | 1F | 0 | 1A | 10C | 1F | 3E |
| Octal | 235 | 201 | 274 | 20 | 37 | 0 | 32 | 414 | 37 | 76 |
| Binary | 10011101 | 10000001 | 10111100 | 10000 | 11111 | 0 | 11010 | 100001100 | 11111 | 111110 |
Color Harmonies of #9D81BC
Complementary color
Monochromatic Colors of #9D81BC
Black with #9D81BC
Text Example
Text Example
White with #9D81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81BC; }
p { color: rgb(157,129,188); }
H1.HeaderClassName
{
color: #9D81BC;
}
.AnyTagClassName
{
color: #9D81BC;
}
</style>
background-color css
<style>
a { background-color: #9D81BC; }
a { background-color: rgb(157,129,188); }
div.DivClassName
{
background-color: #9D81BC;
}
.BgClassName
{
background-color: #9D81BC;
}
</style>
border-color css
<style>
span { border-color: #9D81BC; }
span { border-color: rgb(157,129,188); }
td.TdClassName
{
border-color: #9D81BC;
}
.TagClassName
{
border-color: #9D81BC;
}
</style>