Html Css Color HEX #9A7FB3 Purple Mountain's Majesty
📋 copy color: '#9A7FB3'red 154 ◦ green 127 ◦ blue 179
Shades of Purple Mountain's Majesty #9A7FB3
Tints of Purple Mountain's Majesty #9A7FB3
RGB
CMYK
RGB Variations
Color information
#9A7FB3 (or 0x9A7FB3) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and B3. RGB value is (154,127,179). Sum of RGB (Red+Green+Blue) = 154+127+179=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FB3 is #65804C. Grayscale: #8C8C8C. Windows color (decimal): -6651981 or 11763610. OLE color: 11763610.
HSL color Cylindrical-coordinate representation of color #9A7FB3: hue angle of 271.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A7FB3 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 127 | 179 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.30 |
| HSL | 271.15º | 0.25% | 0.6% | - |
| HSV(B) | 271.15º | 0.29% | 0.7% | - |
| XYZ | 29.05 | 25.3 | 46 | - |
| YUV | 141 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 179 | 0.14 | 0.29 | 0 | 0.30 | 271.15 | 0.25 | 0.6 |
| Hex | 9A | 7F | B3 | E | 1D | 0 | 1E | 10F | 19 | 3C |
| Octal | 232 | 177 | 263 | 16 | 35 | 0 | 36 | 417 | 31 | 74 |
| Binary | 10011010 | 1111111 | 10110011 | 1110 | 11101 | 0 | 11110 | 100001111 | 11001 | 111100 |
Color Harmonies of #9A7FB3
Complementary color
Monochromatic Colors of #9A7FB3
Black with #9A7FB3
Text Example
Text Example
White with #9A7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FB3; }
p { color: rgb(154,127,179); }
H1.HeaderClassName
{
color: #9A7FB3;
}
.AnyTagClassName
{
color: #9A7FB3;
}
</style>
background-color css
<style>
a { background-color: #9A7FB3; }
a { background-color: rgb(154,127,179); }
div.DivClassName
{
background-color: #9A7FB3;
}
.BgClassName
{
background-color: #9A7FB3;
}
</style>
border-color css
<style>
span { border-color: #9A7FB3; }
span { border-color: rgb(154,127,179); }
td.TdClassName
{
border-color: #9A7FB3;
}
.TagClassName
{
border-color: #9A7FB3;
}
</style>