Html Css Color HEX #9785B1 Purple Mountain's Majesty
📋 copy color: '#9785B1'red 151 ◦ green 133 ◦ blue 177
Shades of Purple Mountain's Majesty #9785B1
Tints of Purple Mountain's Majesty #9785B1
RGB
CMYK
RGB Variations
Color information
#9785B1 (or 0x9785B1) is known color: Purple Mountain's Majesty. HEX triplet: 97, 85 and B1. RGB value is (151,133,177). Sum of RGB (Red+Green+Blue) = 151+133+177=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #9785B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9785B1 is #687A4E. Grayscale: #8F8F8F. Windows color (decimal): -6847055 or 11634071. OLE color: 11634071.
HSL color Cylindrical-coordinate representation of color #9785B1: hue angle of 264.55º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9785B1 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 133 | 177 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.31 |
| HSL | 264.55º | 0.22% | 0.61% | - |
| HSV(B) | 264.55º | 0.25% | 0.69% | - |
| XYZ | 29.09 | 26.53 | 45.18 | - |
| YUV | 143.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 177 | 0.15 | 0.25 | 0 | 0.31 | 264.55 | 0.22 | 0.61 |
| Hex | 97 | 85 | B1 | F | 19 | 0 | 1F | 109 | 16 | 3D |
| Octal | 227 | 205 | 261 | 17 | 31 | 0 | 37 | 411 | 26 | 75 |
| Binary | 10010111 | 10000101 | 10110001 | 1111 | 11001 | 0 | 11111 | 100001001 | 10110 | 111101 |
Color Harmonies of #9785B1
Complementary color
Monochromatic Colors of #9785B1
Black with #9785B1
Text Example
Text Example
White with #9785B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785B1; }
p { color: rgb(151,133,177); }
H1.HeaderClassName
{
color: #9785B1;
}
.AnyTagClassName
{
color: #9785B1;
}
</style>
background-color css
<style>
a { background-color: #9785B1; }
a { background-color: rgb(151,133,177); }
div.DivClassName
{
background-color: #9785B1;
}
.BgClassName
{
background-color: #9785B1;
}
</style>
border-color css
<style>
span { border-color: #9785B1; }
span { border-color: rgb(151,133,177); }
td.TdClassName
{
border-color: #9785B1;
}
.TagClassName
{
border-color: #9785B1;
}
</style>