Html Css Color HEX #9C7BBF Purple Mountain's Majesty
📋 copy color: '#9C7BBF'red 156 ◦ green 123 ◦ blue 191
Shades of Purple Mountain's Majesty #9C7BBF
Tints of Purple Mountain's Majesty #9C7BBF
RGB
CMYK
RGB Variations
Color information
#9C7BBF (or 0x9C7BBF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and BF. RGB value is (156,123,191). Sum of RGB (Red+Green+Blue) = 156+123+191=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C7BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BBF is #638440. Grayscale: #8C8C8C. Windows color (decimal): -6521921 or 12549020. OLE color: 12549020.
HSL color Cylindrical-coordinate representation of color #9C7BBF: hue angle of 269.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C7BBF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 123 | 191 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.25 |
| HSL | 269.12º | 0.35% | 0.62% | - |
| HSV(B) | 269.12º | 0.36% | 0.75% | - |
| XYZ | 30.2 | 25 | 52.52 | - |
| YUV | 140.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 191 | 0.18 | 0.36 | 0 | 0.25 | 269.12 | 0.35 | 0.62 |
| Hex | 9C | 7B | BF | 12 | 24 | 0 | 19 | 10D | 23 | 3E |
| Octal | 234 | 173 | 277 | 22 | 44 | 0 | 31 | 415 | 43 | 76 |
| Binary | 10011100 | 1111011 | 10111111 | 10010 | 100100 | 0 | 11001 | 100001101 | 100011 | 111110 |
Color Harmonies of #9C7BBF
Complementary color
Monochromatic Colors of #9C7BBF
Black with #9C7BBF
Text Example
Text Example
White with #9C7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BBF; }
p { color: rgb(156,123,191); }
H1.HeaderClassName
{
color: #9C7BBF;
}
.AnyTagClassName
{
color: #9C7BBF;
}
</style>
background-color css
<style>
a { background-color: #9C7BBF; }
a { background-color: rgb(156,123,191); }
div.DivClassName
{
background-color: #9C7BBF;
}
.BgClassName
{
background-color: #9C7BBF;
}
</style>
border-color css
<style>
span { border-color: #9C7BBF; }
span { border-color: rgb(156,123,191); }
td.TdClassName
{
border-color: #9C7BBF;
}
.TagClassName
{
border-color: #9C7BBF;
}
</style>