Html Css Color HEX #9683AB Purple Mountain's Majesty
📋 copy color: '#9683AB'red 150 ◦ green 131 ◦ blue 171
Shades of Purple Mountain's Majesty #9683AB
Tints of Purple Mountain's Majesty #9683AB
RGB
CMYK
RGB Variations
Color information
#9683AB (or 0x9683AB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 83 and AB. RGB value is (150,131,171). Sum of RGB (Red+Green+Blue) = 150+131+171=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9683AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683AB is #697C54. Grayscale: #8D8D8D. Windows color (decimal): -6913109 or 11240342. OLE color: 11240342.
HSL color Cylindrical-coordinate representation of color #9683AB: hue angle of 268.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9683AB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 131 | 171 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.33 |
| HSL | 268.5º | 0.19% | 0.59% | - |
| HSV(B) | 268.5º | 0.23% | 0.67% | - |
| XYZ | 28.04 | 25.66 | 42 | - |
| YUV | 141.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 171 | 0.12 | 0.23 | 0 | 0.33 | 268.5 | 0.19 | 0.59 |
| Hex | 96 | 83 | AB | C | 17 | 0 | 21 | 10C | 13 | 3B |
| Octal | 226 | 203 | 253 | 14 | 27 | 0 | 41 | 414 | 23 | 73 |
| Binary | 10010110 | 10000011 | 10101011 | 1100 | 10111 | 0 | 100001 | 100001100 | 10011 | 111011 |
Color Harmonies of #9683AB
Complementary color
Monochromatic Colors of #9683AB
Black with #9683AB
Text Example
Text Example
White with #9683AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683AB; }
p { color: rgb(150,131,171); }
H1.HeaderClassName
{
color: #9683AB;
}
.AnyTagClassName
{
color: #9683AB;
}
</style>
background-color css
<style>
a { background-color: #9683AB; }
a { background-color: rgb(150,131,171); }
div.DivClassName
{
background-color: #9683AB;
}
.BgClassName
{
background-color: #9683AB;
}
</style>
border-color css
<style>
span { border-color: #9683AB; }
span { border-color: rgb(150,131,171); }
td.TdClassName
{
border-color: #9683AB;
}
.TagClassName
{
border-color: #9683AB;
}
</style>