Html Css Color HEX #9483A7 Purple Mountain's Majesty
📋 copy color: '#9483A7'red 148 ◦ green 131 ◦ blue 167
Shades of Purple Mountain's Majesty #9483A7
Tints of Purple Mountain's Majesty #9483A7
RGB
CMYK
RGB Variations
Color information
#9483A7 (or 0x9483A7) is known color: Purple Mountain's Majesty. HEX triplet: 94, 83 and A7. RGB value is (148,131,167). Sum of RGB (Red+Green+Blue) = 148+131+167=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 167 - color contains mainly: blue. Hex color #9483A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9483A7 is #6B7C58. Grayscale: #8C8C8C. Windows color (decimal): -7044185 or 10978196. OLE color: 10978196.
HSL color Cylindrical-coordinate representation of color #9483A7: hue angle of 268.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9483A7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 131 | 167 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.35 |
| HSL | 268.33º | 0.17% | 0.58% | - |
| HSV(B) | 268.33º | 0.22% | 0.65% | - |
| XYZ | 27.3 | 25.32 | 40.01 | - |
| YUV | 140.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 167 | 0.11 | 0.22 | 0 | 0.35 | 268.33 | 0.17 | 0.58 |
| Hex | 94 | 83 | A7 | B | 16 | 0 | 23 | 10C | 11 | 3A |
| Octal | 224 | 203 | 247 | 13 | 26 | 0 | 43 | 414 | 21 | 72 |
| Binary | 10010100 | 10000011 | 10100111 | 1011 | 10110 | 0 | 100011 | 100001100 | 10001 | 111010 |
Color Harmonies of #9483A7
Complementary color
Monochromatic Colors of #9483A7
Black with #9483A7
Text Example
Text Example
White with #9483A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483A7; }
p { color: rgb(148,131,167); }
H1.HeaderClassName
{
color: #9483A7;
}
.AnyTagClassName
{
color: #9483A7;
}
</style>
background-color css
<style>
a { background-color: #9483A7; }
a { background-color: rgb(148,131,167); }
div.DivClassName
{
background-color: #9483A7;
}
.BgClassName
{
background-color: #9483A7;
}
</style>
border-color css
<style>
span { border-color: #9483A7; }
span { border-color: rgb(148,131,167); }
td.TdClassName
{
border-color: #9483A7;
}
.TagClassName
{
border-color: #9483A7;
}
</style>