Html Css Color HEX #9183AB Purple Mountain's Majesty
📋 copy color: '#9183AB'red 145 ◦ green 131 ◦ blue 171
Shades of Purple Mountain's Majesty #9183AB
Tints of Purple Mountain's Majesty #9183AB
RGB
CMYK
RGB Variations
Color information
#9183AB (or 0x9183AB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 83 and AB. RGB value is (145,131,171). Sum of RGB (Red+Green+Blue) = 145+131+171=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9183AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9183AB is #6E7C54. Grayscale: #8B8B8B. Windows color (decimal): -7240789 or 11240337. OLE color: 11240337.
HSL color Cylindrical-coordinate representation of color #9183AB: hue angle of 261º 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 #9183AB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 131 | 171 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.33 |
| HSL | 261º | 0.19% | 0.59% | - |
| HSV(B) | 261º | 0.23% | 0.67% | - |
| XYZ | 27.14 | 25.19 | 41.96 | - |
| YUV | 139.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 171 | 0.15 | 0.23 | 0 | 0.33 | 261 | 0.19 | 0.59 |
| Hex | 91 | 83 | AB | F | 17 | 0 | 21 | 105 | 13 | 3B |
| Octal | 221 | 203 | 253 | 17 | 27 | 0 | 41 | 405 | 23 | 73 |
| Binary | 10010001 | 10000011 | 10101011 | 1111 | 10111 | 0 | 100001 | 100000101 | 10011 | 111011 |
Color Harmonies of #9183AB
Complementary color
Monochromatic Colors of #9183AB
Black with #9183AB
Text Example
Text Example
White with #9183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183AB; }
p { color: rgb(145,131,171); }
H1.HeaderClassName
{
color: #9183AB;
}
.AnyTagClassName
{
color: #9183AB;
}
</style>
background-color css
<style>
a { background-color: #9183AB; }
a { background-color: rgb(145,131,171); }
div.DivClassName
{
background-color: #9183AB;
}
.BgClassName
{
background-color: #9183AB;
}
</style>
border-color css
<style>
span { border-color: #9183AB; }
span { border-color: rgb(145,131,171); }
td.TdClassName
{
border-color: #9183AB;
}
.TagClassName
{
border-color: #9183AB;
}
</style>