Html Css Color HEX #9384AB Purple Mountain's Majesty
📋 copy color: '#9384AB'red 147 ◦ green 132 ◦ blue 171
Shades of Purple Mountain's Majesty #9384AB
Tints of Purple Mountain's Majesty #9384AB
RGB
CMYK
RGB Variations
Color information
#9384AB (or 0x9384AB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 84 and AB. RGB value is (147,132,171). Sum of RGB (Red+Green+Blue) = 147+132+171=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 132 (51.95% from 255 or 29.33% 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 #9384AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9384AB is #6C7B54. Grayscale: #8C8C8C. Windows color (decimal): -7109461 or 11240595. OLE color: 11240595.
HSL color Cylindrical-coordinate representation of color #9384AB: hue angle of 263.08º 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 #9384AB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 132 | 171 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.33 |
| HSL | 263.08º | 0.19% | 0.59% | - |
| HSV(B) | 263.08º | 0.23% | 0.67% | - |
| XYZ | 27.63 | 25.65 | 42.02 | - |
| YUV | 140.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 171 | 0.14 | 0.23 | 0 | 0.33 | 263.08 | 0.19 | 0.59 |
| Hex | 93 | 84 | AB | E | 17 | 0 | 21 | 107 | 13 | 3B |
| Octal | 223 | 204 | 253 | 16 | 27 | 0 | 41 | 407 | 23 | 73 |
| Binary | 10010011 | 10000100 | 10101011 | 1110 | 10111 | 0 | 100001 | 100000111 | 10011 | 111011 |
Color Harmonies of #9384AB
Complementary color
Monochromatic Colors of #9384AB
Black with #9384AB
Text Example
Text Example
White with #9384AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384AB; }
p { color: rgb(147,132,171); }
H1.HeaderClassName
{
color: #9384AB;
}
.AnyTagClassName
{
color: #9384AB;
}
</style>
background-color css
<style>
a { background-color: #9384AB; }
a { background-color: rgb(147,132,171); }
div.DivClassName
{
background-color: #9384AB;
}
.BgClassName
{
background-color: #9384AB;
}
</style>
border-color css
<style>
span { border-color: #9384AB; }
span { border-color: rgb(147,132,171); }
td.TdClassName
{
border-color: #9384AB;
}
.TagClassName
{
border-color: #9384AB;
}
</style>