Html Css Color HEX #9C7BAF Purple Mountain's Majesty
📋 copy color: '#9C7BAF'red 156 ◦ green 123 ◦ blue 175
Shades of Purple Mountain's Majesty #9C7BAF
Tints of Purple Mountain's Majesty #9C7BAF
RGB
CMYK
RGB Variations
Color information
#9C7BAF (or 0x9C7BAF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and AF. RGB value is (156,123,175). Sum of RGB (Red+Green+Blue) = 156+123+175=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7BAF is #638450. Grayscale: #8A8A8A. Windows color (decimal): -6521937 or 11500444. OLE color: 11500444.
HSL color Cylindrical-coordinate representation of color #9C7BAF: hue angle of 278.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C7BAF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 123 | 175 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.31 |
| HSL | 278.08º | 0.25% | 0.58% | - |
| HSV(B) | 278.08º | 0.3% | 0.69% | - |
| XYZ | 28.53 | 24.33 | 43.75 | - |
| YUV | 138.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 175 | 0.11 | 0.30 | 0 | 0.31 | 278.08 | 0.25 | 0.58 |
| Hex | 9C | 7B | AF | B | 1E | 0 | 1F | 116 | 19 | 3A |
| Octal | 234 | 173 | 257 | 13 | 36 | 0 | 37 | 426 | 31 | 72 |
| Binary | 10011100 | 1111011 | 10101111 | 1011 | 11110 | 0 | 11111 | 100010110 | 11001 | 111010 |
Color Harmonies of #9C7BAF
Complementary color
Monochromatic Colors of #9C7BAF
Black with #9C7BAF
Text Example
Text Example
White with #9C7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BAF; }
p { color: rgb(156,123,175); }
H1.HeaderClassName
{
color: #9C7BAF;
}
.AnyTagClassName
{
color: #9C7BAF;
}
</style>
background-color css
<style>
a { background-color: #9C7BAF; }
a { background-color: rgb(156,123,175); }
div.DivClassName
{
background-color: #9C7BAF;
}
.BgClassName
{
background-color: #9C7BAF;
}
</style>
border-color css
<style>
span { border-color: #9C7BAF; }
span { border-color: rgb(156,123,175); }
td.TdClassName
{
border-color: #9C7BAF;
}
.TagClassName
{
border-color: #9C7BAF;
}
</style>