Html Css Color HEX #9C7BB9 Purple Mountain's Majesty
📋 copy color: '#9C7BB9'red 156 ◦ green 123 ◦ blue 185
Shades of Purple Mountain's Majesty #9C7BB9
Tints of Purple Mountain's Majesty #9C7BB9
RGB
CMYK
RGB Variations
Color information
#9C7BB9 (or 0x9C7BB9) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and B9. RGB value is (156,123,185). Sum of RGB (Red+Green+Blue) = 156+123+185=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C7BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BB9 is #638446. Grayscale: #8B8B8B. Windows color (decimal): -6521927 or 12155804. OLE color: 12155804.
HSL color Cylindrical-coordinate representation of color #9C7BB9: hue angle of 271.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7BB9 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 123 | 185 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.27 |
| HSL | 271.94º | 0.31% | 0.6% | - |
| HSV(B) | 271.94º | 0.34% | 0.73% | - |
| XYZ | 29.55 | 24.74 | 49.12 | - |
| YUV | 139.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 185 | 0.16 | 0.34 | 0 | 0.27 | 271.94 | 0.31 | 0.6 |
| Hex | 9C | 7B | B9 | 10 | 22 | 0 | 1B | 110 | 1F | 3C |
| Octal | 234 | 173 | 271 | 20 | 42 | 0 | 33 | 420 | 37 | 74 |
| Binary | 10011100 | 1111011 | 10111001 | 10000 | 100010 | 0 | 11011 | 100010000 | 11111 | 111100 |
Color Harmonies of #9C7BB9
Complementary color
Monochromatic Colors of #9C7BB9
Black with #9C7BB9
Text Example
Text Example
White with #9C7BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BB9; }
p { color: rgb(156,123,185); }
H1.HeaderClassName
{
color: #9C7BB9;
}
.AnyTagClassName
{
color: #9C7BB9;
}
</style>
background-color css
<style>
a { background-color: #9C7BB9; }
a { background-color: rgb(156,123,185); }
div.DivClassName
{
background-color: #9C7BB9;
}
.BgClassName
{
background-color: #9C7BB9;
}
</style>
border-color css
<style>
span { border-color: #9C7BB9; }
span { border-color: rgb(156,123,185); }
td.TdClassName
{
border-color: #9C7BB9;
}
.TagClassName
{
border-color: #9C7BB9;
}
</style>