Html Css Color HEX #9A7AB3 Purple Mountain's Majesty
📋 copy color: '#9A7AB3'red 154 ◦ green 122 ◦ blue 179
Shades of Purple Mountain's Majesty #9A7AB3
Tints of Purple Mountain's Majesty #9A7AB3
RGB
CMYK
RGB Variations
Color information
#9A7AB3 (or 0x9A7AB3) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7A and B3. RGB value is (154,122,179). Sum of RGB (Red+Green+Blue) = 154+122+179=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A7AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7AB3 is #65854C. Grayscale: #898989. Windows color (decimal): -6653261 or 11762330. OLE color: 11762330.
HSL color Cylindrical-coordinate representation of color #9A7AB3: hue angle of 273.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7AB3 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 122 | 179 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.30 |
| HSL | 273.68º | 0.27% | 0.59% | - |
| HSV(B) | 273.68º | 0.32% | 0.7% | - |
| XYZ | 28.42 | 24.04 | 45.79 | - |
| YUV | 138.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 179 | 0.14 | 0.32 | 0 | 0.30 | 273.68 | 0.27 | 0.59 |
| Hex | 9A | 7A | B3 | E | 20 | 0 | 1E | 112 | 1B | 3B |
| Octal | 232 | 172 | 263 | 16 | 40 | 0 | 36 | 422 | 33 | 73 |
| Binary | 10011010 | 1111010 | 10110011 | 1110 | 100000 | 0 | 11110 | 100010010 | 11011 | 111011 |
Color Harmonies of #9A7AB3
Complementary color
Monochromatic Colors of #9A7AB3
Black with #9A7AB3
Text Example
Text Example
White with #9A7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7AB3; }
p { color: rgb(154,122,179); }
H1.HeaderClassName
{
color: #9A7AB3;
}
.AnyTagClassName
{
color: #9A7AB3;
}
</style>
background-color css
<style>
a { background-color: #9A7AB3; }
a { background-color: rgb(154,122,179); }
div.DivClassName
{
background-color: #9A7AB3;
}
.BgClassName
{
background-color: #9A7AB3;
}
</style>
border-color css
<style>
span { border-color: #9A7AB3; }
span { border-color: rgb(154,122,179); }
td.TdClassName
{
border-color: #9A7AB3;
}
.TagClassName
{
border-color: #9A7AB3;
}
</style>