Html Css Color HEX #9A7CBA Purple Mountain's Majesty
📋 copy color: '#9A7CBA'red 154 ◦ green 124 ◦ blue 186
Shades of Purple Mountain's Majesty #9A7CBA
Tints of Purple Mountain's Majesty #9A7CBA
RGB
CMYK
RGB Variations
Color information
#9A7CBA (or 0x9A7CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7C and BA. RGB value is (154,124,186). Sum of RGB (Red+Green+Blue) = 154+124+186=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CBA is #658345. Grayscale: #8B8B8B. Windows color (decimal): -6652742 or 12221594. OLE color: 12221594.
HSL color Cylindrical-coordinate representation of color #9A7CBA: hue angle of 269.03º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A7CBA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 124 | 186 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.27 |
| HSL | 269.03º | 0.31% | 0.61% | - |
| HSV(B) | 269.03º | 0.33% | 0.73% | - |
| XYZ | 29.4 | 24.83 | 49.7 | - |
| YUV | 140.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 186 | 0.17 | 0.33 | 0 | 0.27 | 269.03 | 0.31 | 0.61 |
| Hex | 9A | 7C | BA | 11 | 21 | 0 | 1B | 10D | 1F | 3D |
| Octal | 232 | 174 | 272 | 21 | 41 | 0 | 33 | 415 | 37 | 75 |
| Binary | 10011010 | 1111100 | 10111010 | 10001 | 100001 | 0 | 11011 | 100001101 | 11111 | 111101 |
Color Harmonies of #9A7CBA
Complementary color
Monochromatic Colors of #9A7CBA
Black with #9A7CBA
Text Example
Text Example
White with #9A7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7CBA; }
p { color: rgb(154,124,186); }
H1.HeaderClassName
{
color: #9A7CBA;
}
.AnyTagClassName
{
color: #9A7CBA;
}
</style>
background-color css
<style>
a { background-color: #9A7CBA; }
a { background-color: rgb(154,124,186); }
div.DivClassName
{
background-color: #9A7CBA;
}
.BgClassName
{
background-color: #9A7CBA;
}
</style>
border-color css
<style>
span { border-color: #9A7CBA; }
span { border-color: rgb(154,124,186); }
td.TdClassName
{
border-color: #9A7CBA;
}
.TagClassName
{
border-color: #9A7CBA;
}
</style>