Html Css Color HEX #9383A6 Purple Mountain's Majesty
📋 copy color: '#9383A6'red 147 ◦ green 131 ◦ blue 166
Shades of Purple Mountain's Majesty #9383A6
Tints of Purple Mountain's Majesty #9383A6
RGB
CMYK
RGB Variations
Color information
#9383A6 (or 0x9383A6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 83 and A6. RGB value is (147,131,166). Sum of RGB (Red+Green+Blue) = 147+131+166=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 166 - color contains mainly: blue. Hex color #9383A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9383A6 is #6C7C59. Grayscale: #8B8B8B. Windows color (decimal): -7109722 or 10912659. OLE color: 10912659.
HSL color Cylindrical-coordinate representation of color #9383A6: hue angle of 267.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9383A6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 131 | 166 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.35 |
| HSL | 267.43º | 0.16% | 0.58% | - |
| HSV(B) | 267.43º | 0.21% | 0.65% | - |
| XYZ | 27.03 | 25.19 | 39.51 | - |
| YUV | 139.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 166 | 0.11 | 0.21 | 0 | 0.35 | 267.43 | 0.16 | 0.58 |
| Hex | 93 | 83 | A6 | B | 15 | 0 | 23 | 10B | 10 | 3A |
| Octal | 223 | 203 | 246 | 13 | 25 | 0 | 43 | 413 | 20 | 72 |
| Binary | 10010011 | 10000011 | 10100110 | 1011 | 10101 | 0 | 100011 | 100001011 | 10000 | 111010 |
Color Harmonies of #9383A6
Complementary color
Monochromatic Colors of #9383A6
Black with #9383A6
Text Example
Text Example
White with #9383A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383A6; }
p { color: rgb(147,131,166); }
H1.HeaderClassName
{
color: #9383A6;
}
.AnyTagClassName
{
color: #9383A6;
}
</style>
background-color css
<style>
a { background-color: #9383A6; }
a { background-color: rgb(147,131,166); }
div.DivClassName
{
background-color: #9383A6;
}
.BgClassName
{
background-color: #9383A6;
}
</style>
border-color css
<style>
span { border-color: #9383A6; }
span { border-color: rgb(147,131,166); }
td.TdClassName
{
border-color: #9383A6;
}
.TagClassName
{
border-color: #9383A6;
}
</style>