Html Css Color HEX #9B81AD Purple Mountain's Majesty
📋 copy color: '#9B81AD'red 155 ◦ green 129 ◦ blue 173
Shades of Purple Mountain's Majesty #9B81AD
Tints of Purple Mountain's Majesty #9B81AD
RGB
CMYK
RGB Variations
Color information
#9B81AD (or 0x9B81AD) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 81 and AD. RGB value is (155,129,173). Sum of RGB (Red+Green+Blue) = 155+129+173=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B81AD is #647E52. Grayscale: #8D8D8D. Windows color (decimal): -6585939 or 11370907. OLE color: 11370907.
HSL color Cylindrical-coordinate representation of color #9B81AD: hue angle of 275.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B81AD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 129 | 173 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.32 |
| HSL | 275.45º | 0.21% | 0.59% | - |
| HSV(B) | 275.45º | 0.25% | 0.68% | - |
| XYZ | 28.91 | 25.69 | 42.97 | - |
| YUV | 141.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 173 | 0.10 | 0.25 | 0 | 0.32 | 275.45 | 0.21 | 0.59 |
| Hex | 9B | 81 | AD | A | 19 | 0 | 20 | 113 | 15 | 3B |
| Octal | 233 | 201 | 255 | 12 | 31 | 0 | 40 | 423 | 25 | 73 |
| Binary | 10011011 | 10000001 | 10101101 | 1010 | 11001 | 0 | 100000 | 100010011 | 10101 | 111011 |
Color Harmonies of #9B81AD
Complementary color
Monochromatic Colors of #9B81AD
Black with #9B81AD
Text Example
Text Example
White with #9B81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81AD; }
p { color: rgb(155,129,173); }
H1.HeaderClassName
{
color: #9B81AD;
}
.AnyTagClassName
{
color: #9B81AD;
}
</style>
background-color css
<style>
a { background-color: #9B81AD; }
a { background-color: rgb(155,129,173); }
div.DivClassName
{
background-color: #9B81AD;
}
.BgClassName
{
background-color: #9B81AD;
}
</style>
border-color css
<style>
span { border-color: #9B81AD; }
span { border-color: rgb(155,129,173); }
td.TdClassName
{
border-color: #9B81AD;
}
.TagClassName
{
border-color: #9B81AD;
}
</style>