Html Css Color HEX #9A7FBC Purple Mountain's Majesty
📋 copy color: '#9A7FBC'red 154 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #9A7FBC
Tints of Purple Mountain's Majesty #9A7FBC
RGB
CMYK
RGB Variations
Color information
#9A7FBC (or 0x9A7FBC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and BC. RGB value is (154,127,188). Sum of RGB (Red+Green+Blue) = 154+127+188=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBC is #658043. Grayscale: #8D8D8D. Windows color (decimal): -6651972 or 12353434. OLE color: 12353434.
HSL color Cylindrical-coordinate representation of color #9A7FBC: hue angle of 266.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7FBC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 127 | 188 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.26 |
| HSL | 266.56º | 0.31% | 0.62% | - |
| HSV(B) | 266.56º | 0.32% | 0.74% | - |
| XYZ | 29.99 | 25.68 | 50.95 | - |
| YUV | 142.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 188 | 0.18 | 0.32 | 0 | 0.26 | 266.56 | 0.31 | 0.62 |
| Hex | 9A | 7F | BC | 12 | 20 | 0 | 1A | 10B | 1F | 3E |
| Octal | 232 | 177 | 274 | 22 | 40 | 0 | 32 | 413 | 37 | 76 |
| Binary | 10011010 | 1111111 | 10111100 | 10010 | 100000 | 0 | 11010 | 100001011 | 11111 | 111110 |
Color Harmonies of #9A7FBC
Complementary color
Monochromatic Colors of #9A7FBC
Black with #9A7FBC
Text Example
Text Example
White with #9A7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FBC; }
p { color: rgb(154,127,188); }
H1.HeaderClassName
{
color: #9A7FBC;
}
.AnyTagClassName
{
color: #9A7FBC;
}
</style>
background-color css
<style>
a { background-color: #9A7FBC; }
a { background-color: rgb(154,127,188); }
div.DivClassName
{
background-color: #9A7FBC;
}
.BgClassName
{
background-color: #9A7FBC;
}
</style>
border-color css
<style>
span { border-color: #9A7FBC; }
span { border-color: rgb(154,127,188); }
td.TdClassName
{
border-color: #9A7FBC;
}
.TagClassName
{
border-color: #9A7FBC;
}
</style>