Html Css Color HEX #9A7FB5 Purple Mountain's Majesty
📋 copy color: '#9A7FB5'red 154 ◦ green 127 ◦ blue 181
Shades of Purple Mountain's Majesty #9A7FB5
Tints of Purple Mountain's Majesty #9A7FB5
RGB
CMYK
RGB Variations
Color information
#9A7FB5 (or 0x9A7FB5) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and B5. RGB value is (154,127,181). Sum of RGB (Red+Green+Blue) = 154+127+181=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A7FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FB5 is #65804A. Grayscale: #8D8D8D. Windows color (decimal): -6651979 or 11894682. OLE color: 11894682.
HSL color Cylindrical-coordinate representation of color #9A7FB5: hue angle of 270º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A7FB5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 127 | 181 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.29 |
| HSL | 270º | 0.27% | 0.6% | - |
| HSV(B) | 270º | 0.3% | 0.71% | - |
| XYZ | 29.26 | 25.38 | 47.07 | - |
| YUV | 141.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 181 | 0.15 | 0.30 | 0 | 0.29 | 270 | 0.27 | 0.6 |
| Hex | 9A | 7F | B5 | F | 1E | 0 | 1D | 10E | 1B | 3C |
| Octal | 232 | 177 | 265 | 17 | 36 | 0 | 35 | 416 | 33 | 74 |
| Binary | 10011010 | 1111111 | 10110101 | 1111 | 11110 | 0 | 11101 | 100001110 | 11011 | 111100 |
Color Harmonies of #9A7FB5
Complementary color
Monochromatic Colors of #9A7FB5
Black with #9A7FB5
Text Example
Text Example
White with #9A7FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FB5; }
p { color: rgb(154,127,181); }
H1.HeaderClassName
{
color: #9A7FB5;
}
.AnyTagClassName
{
color: #9A7FB5;
}
</style>
background-color css
<style>
a { background-color: #9A7FB5; }
a { background-color: rgb(154,127,181); }
div.DivClassName
{
background-color: #9A7FB5;
}
.BgClassName
{
background-color: #9A7FB5;
}
</style>
border-color css
<style>
span { border-color: #9A7FB5; }
span { border-color: rgb(154,127,181); }
td.TdClassName
{
border-color: #9A7FB5;
}
.TagClassName
{
border-color: #9A7FB5;
}
</style>