Html Css Color HEX #9D7FB6 Purple Mountain's Majesty
📋 copy color: '#9D7FB6'red 157 ◦ green 127 ◦ blue 182
Shades of Purple Mountain's Majesty #9D7FB6
Tints of Purple Mountain's Majesty #9D7FB6
RGB
CMYK
RGB Variations
Color information
#9D7FB6 (or 0x9D7FB6) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7F and B6. RGB value is (157,127,182). Sum of RGB (Red+Green+Blue) = 157+127+182=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D7FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FB6 is #628049. Grayscale: #8E8E8E. Windows color (decimal): -6455370 or 11960221. OLE color: 11960221.
HSL color Cylindrical-coordinate representation of color #9D7FB6: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D7FB6 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 127 | 182 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.29 |
| HSL | 272.73º | 0.27% | 0.61% | - |
| HSV(B) | 272.73º | 0.3% | 0.71% | - |
| XYZ | 29.94 | 25.72 | 47.64 | - |
| YUV | 142.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 182 | 0.14 | 0.30 | 0 | 0.29 | 272.73 | 0.27 | 0.61 |
| Hex | 9D | 7F | B6 | E | 1E | 0 | 1D | 111 | 1B | 3D |
| Octal | 235 | 177 | 266 | 16 | 36 | 0 | 35 | 421 | 33 | 75 |
| Binary | 10011101 | 1111111 | 10110110 | 1110 | 11110 | 0 | 11101 | 100010001 | 11011 | 111101 |
Color Harmonies of #9D7FB6
Complementary color
Monochromatic Colors of #9D7FB6
Black with #9D7FB6
Text Example
Text Example
White with #9D7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FB6; }
p { color: rgb(157,127,182); }
H1.HeaderClassName
{
color: #9D7FB6;
}
.AnyTagClassName
{
color: #9D7FB6;
}
</style>
background-color css
<style>
a { background-color: #9D7FB6; }
a { background-color: rgb(157,127,182); }
div.DivClassName
{
background-color: #9D7FB6;
}
.BgClassName
{
background-color: #9D7FB6;
}
</style>
border-color css
<style>
span { border-color: #9D7FB6; }
span { border-color: rgb(157,127,182); }
td.TdClassName
{
border-color: #9D7FB6;
}
.TagClassName
{
border-color: #9D7FB6;
}
</style>