Html Css Color HEX #9A7FBA Purple Mountain's Majesty
📋 copy color: '#9A7FBA'red 154 ◦ green 127 ◦ blue 186
Shades of Purple Mountain's Majesty #9A7FBA
Tints of Purple Mountain's Majesty #9A7FBA
RGB
CMYK
RGB Variations
Color information
#9A7FBA (or 0x9A7FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and BA. RGB value is (154,127,186). Sum of RGB (Red+Green+Blue) = 154+127+186=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBA is #658045. Grayscale: #8D8D8D. Windows color (decimal): -6651974 or 12222362. OLE color: 12222362.
HSL color Cylindrical-coordinate representation of color #9A7FBA: hue angle of 267.46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7FBA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 127 | 186 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.27 |
| HSL | 267.46º | 0.3% | 0.61% | - |
| HSV(B) | 267.46º | 0.32% | 0.73% | - |
| XYZ | 29.78 | 25.59 | 49.82 | - |
| YUV | 141.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 186 | 0.17 | 0.32 | 0 | 0.27 | 267.46 | 0.3 | 0.61 |
| Hex | 9A | 7F | BA | 11 | 20 | 0 | 1B | 10B | 1E | 3D |
| Octal | 232 | 177 | 272 | 21 | 40 | 0 | 33 | 413 | 36 | 75 |
| Binary | 10011010 | 1111111 | 10111010 | 10001 | 100000 | 0 | 11011 | 100001011 | 11110 | 111101 |
Color Harmonies of #9A7FBA
Complementary color
Monochromatic Colors of #9A7FBA
Black with #9A7FBA
Text Example
Text Example
White with #9A7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FBA; }
p { color: rgb(154,127,186); }
H1.HeaderClassName
{
color: #9A7FBA;
}
.AnyTagClassName
{
color: #9A7FBA;
}
</style>
background-color css
<style>
a { background-color: #9A7FBA; }
a { background-color: rgb(154,127,186); }
div.DivClassName
{
background-color: #9A7FBA;
}
.BgClassName
{
background-color: #9A7FBA;
}
</style>
border-color css
<style>
span { border-color: #9A7FBA; }
span { border-color: rgb(154,127,186); }
td.TdClassName
{
border-color: #9A7FBA;
}
.TagClassName
{
border-color: #9A7FBA;
}
</style>