Html Css Color HEX #9481A7 Purple Mountain's Majesty
📋 copy color: '#9481A7'red 148 ◦ green 129 ◦ blue 167
Shades of Purple Mountain's Majesty #9481A7
Tints of Purple Mountain's Majesty #9481A7
RGB
CMYK
RGB Variations
Color information
#9481A7 (or 0x9481A7) is known color: Purple Mountain's Majesty. HEX triplet: 94, 81 and A7. RGB value is (148,129,167). Sum of RGB (Red+Green+Blue) = 148+129+167=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #9481A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9481A7 is #6B7E58. Grayscale: #8A8A8A. Windows color (decimal): -7044697 or 10977684. OLE color: 10977684.
HSL color Cylindrical-coordinate representation of color #9481A7: hue angle of 270º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9481A7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 129 | 167 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.35 |
| HSL | 270º | 0.18% | 0.58% | - |
| HSV(B) | 270º | 0.23% | 0.65% | - |
| XYZ | 27.04 | 24.79 | 39.92 | - |
| YUV | 139.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 167 | 0.11 | 0.23 | 0 | 0.35 | 270 | 0.18 | 0.58 |
| Hex | 94 | 81 | A7 | B | 17 | 0 | 23 | 10E | 12 | 3A |
| Octal | 224 | 201 | 247 | 13 | 27 | 0 | 43 | 416 | 22 | 72 |
| Binary | 10010100 | 10000001 | 10100111 | 1011 | 10111 | 0 | 100011 | 100001110 | 10010 | 111010 |
Color Harmonies of #9481A7
Complementary color
Monochromatic Colors of #9481A7
Black with #9481A7
Text Example
Text Example
White with #9481A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481A7; }
p { color: rgb(148,129,167); }
H1.HeaderClassName
{
color: #9481A7;
}
.AnyTagClassName
{
color: #9481A7;
}
</style>
background-color css
<style>
a { background-color: #9481A7; }
a { background-color: rgb(148,129,167); }
div.DivClassName
{
background-color: #9481A7;
}
.BgClassName
{
background-color: #9481A7;
}
</style>
border-color css
<style>
span { border-color: #9481A7; }
span { border-color: rgb(148,129,167); }
td.TdClassName
{
border-color: #9481A7;
}
.TagClassName
{
border-color: #9481A7;
}
</style>