Html Css Color HEX #9781B5 Purple Mountain's Majesty
📋 copy color: '#9781B5'red 151 ◦ green 129 ◦ blue 181
Shades of Purple Mountain's Majesty #9781B5
Tints of Purple Mountain's Majesty #9781B5
RGB
CMYK
RGB Variations
Color information
#9781B5 (or 0x9781B5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 81 and B5. RGB value is (151,129,181). Sum of RGB (Red+Green+Blue) = 151+129+181=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #9781B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781B5 is #687E4A. Grayscale: #8D8D8D. Windows color (decimal): -6848075 or 11895191. OLE color: 11895191.
HSL color Cylindrical-coordinate representation of color #9781B5: hue angle of 265.38º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9781B5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 129 | 181 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.29 |
| HSL | 265.38º | 0.26% | 0.61% | - |
| HSV(B) | 265.38º | 0.29% | 0.71% | - |
| XYZ | 28.95 | 25.62 | 47.13 | - |
| YUV | 141.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 181 | 0.17 | 0.29 | 0 | 0.29 | 265.38 | 0.26 | 0.61 |
| Hex | 97 | 81 | B5 | 11 | 1D | 0 | 1D | 109 | 1A | 3D |
| Octal | 227 | 201 | 265 | 21 | 35 | 0 | 35 | 411 | 32 | 75 |
| Binary | 10010111 | 10000001 | 10110101 | 10001 | 11101 | 0 | 11101 | 100001001 | 11010 | 111101 |
Color Harmonies of #9781B5
Complementary color
Monochromatic Colors of #9781B5
Black with #9781B5
Text Example
Text Example
White with #9781B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781B5; }
p { color: rgb(151,129,181); }
H1.HeaderClassName
{
color: #9781B5;
}
.AnyTagClassName
{
color: #9781B5;
}
</style>
background-color css
<style>
a { background-color: #9781B5; }
a { background-color: rgb(151,129,181); }
div.DivClassName
{
background-color: #9781B5;
}
.BgClassName
{
background-color: #9781B5;
}
</style>
border-color css
<style>
span { border-color: #9781B5; }
span { border-color: rgb(151,129,181); }
td.TdClassName
{
border-color: #9781B5;
}
.TagClassName
{
border-color: #9781B5;
}
</style>