Html Css Color HEX #9383AA Purple Mountain's Majesty
📋 copy color: '#9383AA'red 147 ◦ green 131 ◦ blue 170
Shades of Purple Mountain's Majesty #9383AA
Tints of Purple Mountain's Majesty #9383AA
RGB
CMYK
RGB Variations
Color information
#9383AA (or 0x9383AA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 83 and AA. RGB value is (147,131,170). Sum of RGB (Red+Green+Blue) = 147+131+170=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9383AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9383AA is #6C7C55. Grayscale: #8C8C8C. Windows color (decimal): -7109718 or 11174803. OLE color: 11174803.
HSL color Cylindrical-coordinate representation of color #9383AA: hue angle of 264.62º 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 #9383AA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 131 | 170 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.33 |
| HSL | 264.62º | 0.19% | 0.59% | - |
| HSV(B) | 264.62º | 0.23% | 0.67% | - |
| XYZ | 27.4 | 25.34 | 41.48 | - |
| YUV | 140.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 170 | 0.14 | 0.23 | 0 | 0.33 | 264.62 | 0.19 | 0.59 |
| Hex | 93 | 83 | AA | E | 17 | 0 | 21 | 109 | 13 | 3B |
| Octal | 223 | 203 | 252 | 16 | 27 | 0 | 41 | 411 | 23 | 73 |
| Binary | 10010011 | 10000011 | 10101010 | 1110 | 10111 | 0 | 100001 | 100001001 | 10011 | 111011 |
Color Harmonies of #9383AA
Complementary color
Monochromatic Colors of #9383AA
Black with #9383AA
Text Example
Text Example
White with #9383AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383AA; }
p { color: rgb(147,131,170); }
H1.HeaderClassName
{
color: #9383AA;
}
.AnyTagClassName
{
color: #9383AA;
}
</style>
background-color css
<style>
a { background-color: #9383AA; }
a { background-color: rgb(147,131,170); }
div.DivClassName
{
background-color: #9383AA;
}
.BgClassName
{
background-color: #9383AA;
}
</style>
border-color css
<style>
span { border-color: #9383AA; }
span { border-color: rgb(147,131,170); }
td.TdClassName
{
border-color: #9383AA;
}
.TagClassName
{
border-color: #9383AA;
}
</style>