Html Css Color HEX #9781B4 Purple Mountain's Majesty
📋 copy color: '#9781B4'red 151 ◦ green 129 ◦ blue 180
Shades of Purple Mountain's Majesty #9781B4
Tints of Purple Mountain's Majesty #9781B4
RGB
CMYK
RGB Variations
Color information
#9781B4 (or 0x9781B4) is known color: Purple Mountain's Majesty. HEX triplet: 97, 81 and B4. RGB value is (151,129,180). Sum of RGB (Red+Green+Blue) = 151+129+180=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #9781B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781B4 is #687E4B. Grayscale: #8D8D8D. Windows color (decimal): -6848076 or 11829655. OLE color: 11829655.
HSL color Cylindrical-coordinate representation of color #9781B4: hue angle of 265.88º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9781B4 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 129 | 180 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.29 |
| HSL | 265.88º | 0.25% | 0.61% | - |
| HSV(B) | 265.88º | 0.28% | 0.71% | - |
| XYZ | 28.85 | 25.58 | 46.6 | - |
| YUV | 141.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 180 | 0.16 | 0.28 | 0 | 0.29 | 265.88 | 0.25 | 0.61 |
| Hex | 97 | 81 | B4 | 10 | 1C | 0 | 1D | 10A | 19 | 3D |
| Octal | 227 | 201 | 264 | 20 | 34 | 0 | 35 | 412 | 31 | 75 |
| Binary | 10010111 | 10000001 | 10110100 | 10000 | 11100 | 0 | 11101 | 100001010 | 11001 | 111101 |
Color Harmonies of #9781B4
Complementary color
Monochromatic Colors of #9781B4
Black with #9781B4
Text Example
Text Example
White with #9781B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781B4; }
p { color: rgb(151,129,180); }
H1.HeaderClassName
{
color: #9781B4;
}
.AnyTagClassName
{
color: #9781B4;
}
</style>
background-color css
<style>
a { background-color: #9781B4; }
a { background-color: rgb(151,129,180); }
div.DivClassName
{
background-color: #9781B4;
}
.BgClassName
{
background-color: #9781B4;
}
</style>
border-color css
<style>
span { border-color: #9781B4; }
span { border-color: rgb(151,129,180); }
td.TdClassName
{
border-color: #9781B4;
}
.TagClassName
{
border-color: #9781B4;
}
</style>