Html Css Color HEX #9A7FBD Purple Mountain's Majesty
📋 copy color: '#9A7FBD'red 154 ◦ green 127 ◦ blue 189
Shades of Purple Mountain's Majesty #9A7FBD
Tints of Purple Mountain's Majesty #9A7FBD
RGB
CMYK
RGB Variations
Color information
#9A7FBD (or 0x9A7FBD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and BD. RGB value is (154,127,189). Sum of RGB (Red+Green+Blue) = 154+127+189=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A7FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBD is #658042. Grayscale: #8D8D8D. Windows color (decimal): -6651971 or 12418970. OLE color: 12418970.
HSL color Cylindrical-coordinate representation of color #9A7FBD: hue angle of 266.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A7FBD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 127 | 189 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.26 |
| HSL | 266.13º | 0.32% | 0.62% | - |
| HSV(B) | 266.13º | 0.33% | 0.74% | - |
| XYZ | 30.1 | 25.72 | 51.52 | - |
| YUV | 142.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 189 | 0.19 | 0.33 | 0 | 0.26 | 266.13 | 0.32 | 0.62 |
| Hex | 9A | 7F | BD | 13 | 21 | 0 | 1A | 10A | 20 | 3E |
| Octal | 232 | 177 | 275 | 23 | 41 | 0 | 32 | 412 | 40 | 76 |
| Binary | 10011010 | 1111111 | 10111101 | 10011 | 100001 | 0 | 11010 | 100001010 | 100000 | 111110 |
Color Harmonies of #9A7FBD
Complementary color
Monochromatic Colors of #9A7FBD
Black with #9A7FBD
Text Example
Text Example
White with #9A7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FBD; }
p { color: rgb(154,127,189); }
H1.HeaderClassName
{
color: #9A7FBD;
}
.AnyTagClassName
{
color: #9A7FBD;
}
</style>
background-color css
<style>
a { background-color: #9A7FBD; }
a { background-color: rgb(154,127,189); }
div.DivClassName
{
background-color: #9A7FBD;
}
.BgClassName
{
background-color: #9A7FBD;
}
</style>
border-color css
<style>
span { border-color: #9A7FBD; }
span { border-color: rgb(154,127,189); }
td.TdClassName
{
border-color: #9A7FBD;
}
.TagClassName
{
border-color: #9A7FBD;
}
</style>