Html Css Color HEX #9681AB Purple Mountain's Majesty
📋 copy color: '#9681AB'red 150 ◦ green 129 ◦ blue 171
Shades of Purple Mountain's Majesty #9681AB
Tints of Purple Mountain's Majesty #9681AB
RGB
CMYK
RGB Variations
Color information
#9681AB (or 0x9681AB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 81 and AB. RGB value is (150,129,171). Sum of RGB (Red+Green+Blue) = 150+129+171=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9681AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9681AB is #697E54. Grayscale: #8B8B8B. Windows color (decimal): -6913621 or 11239830. OLE color: 11239830.
HSL color Cylindrical-coordinate representation of color #9681AB: hue angle of 270º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9681AB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 129 | 171 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.33 |
| HSL | 270º | 0.2% | 0.59% | - |
| HSV(B) | 270º | 0.25% | 0.67% | - |
| XYZ | 27.78 | 25.12 | 41.91 | - |
| YUV | 140.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 171 | 0.12 | 0.25 | 0 | 0.33 | 270 | 0.2 | 0.59 |
| Hex | 96 | 81 | AB | C | 19 | 0 | 21 | 10E | 14 | 3B |
| Octal | 226 | 201 | 253 | 14 | 31 | 0 | 41 | 416 | 24 | 73 |
| Binary | 10010110 | 10000001 | 10101011 | 1100 | 11001 | 0 | 100001 | 100001110 | 10100 | 111011 |
Color Harmonies of #9681AB
Complementary color
Monochromatic Colors of #9681AB
Black with #9681AB
Text Example
Text Example
White with #9681AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681AB; }
p { color: rgb(150,129,171); }
H1.HeaderClassName
{
color: #9681AB;
}
.AnyTagClassName
{
color: #9681AB;
}
</style>
background-color css
<style>
a { background-color: #9681AB; }
a { background-color: rgb(150,129,171); }
div.DivClassName
{
background-color: #9681AB;
}
.BgClassName
{
background-color: #9681AB;
}
</style>
border-color css
<style>
span { border-color: #9681AB; }
span { border-color: rgb(150,129,171); }
td.TdClassName
{
border-color: #9681AB;
}
.TagClassName
{
border-color: #9681AB;
}
</style>