Html Css Color HEX #9A7FBB Purple Mountain's Majesty
📋 copy color: '#9A7FBB'red 154 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #9A7FBB
Tints of Purple Mountain's Majesty #9A7FBB
RGB
CMYK
RGB Variations
Color information
#9A7FBB (or 0x9A7FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and BB. RGB value is (154,127,187). Sum of RGB (Red+Green+Blue) = 154+127+187=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBB is #658044. Grayscale: #8D8D8D. Windows color (decimal): -6651973 or 12287898. OLE color: 12287898.
HSL color Cylindrical-coordinate representation of color #9A7FBB: hue angle of 267º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7FBB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 127 | 187 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.27 |
| HSL | 267º | 0.31% | 0.62% | - |
| HSV(B) | 267º | 0.32% | 0.73% | - |
| XYZ | 29.89 | 25.64 | 50.39 | - |
| YUV | 141.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 187 | 0.18 | 0.32 | 0 | 0.27 | 267 | 0.31 | 0.62 |
| Hex | 9A | 7F | BB | 12 | 20 | 0 | 1B | 10B | 1F | 3E |
| Octal | 232 | 177 | 273 | 22 | 40 | 0 | 33 | 413 | 37 | 76 |
| Binary | 10011010 | 1111111 | 10111011 | 10010 | 100000 | 0 | 11011 | 100001011 | 11111 | 111110 |
Color Harmonies of #9A7FBB
Complementary color
Monochromatic Colors of #9A7FBB
Black with #9A7FBB
Text Example
Text Example
White with #9A7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FBB; }
p { color: rgb(154,127,187); }
H1.HeaderClassName
{
color: #9A7FBB;
}
.AnyTagClassName
{
color: #9A7FBB;
}
</style>
background-color css
<style>
a { background-color: #9A7FBB; }
a { background-color: rgb(154,127,187); }
div.DivClassName
{
background-color: #9A7FBB;
}
.BgClassName
{
background-color: #9A7FBB;
}
</style>
border-color css
<style>
span { border-color: #9A7FBB; }
span { border-color: rgb(154,127,187); }
td.TdClassName
{
border-color: #9A7FBB;
}
.TagClassName
{
border-color: #9A7FBB;
}
</style>