Html Css Color HEX #9C7FBF Purple Mountain's Majesty
📋 copy color: '#9C7FBF'red 156 ◦ green 127 ◦ blue 191
Shades of Purple Mountain's Majesty #9C7FBF
Tints of Purple Mountain's Majesty #9C7FBF
RGB
CMYK
RGB Variations
Color information
#9C7FBF (or 0x9C7FBF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and BF. RGB value is (156,127,191). Sum of RGB (Red+Green+Blue) = 156+127+191=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBF is #638040. Grayscale: #8E8E8E. Windows color (decimal): -6520897 or 12550044. OLE color: 12550044.
HSL color Cylindrical-coordinate representation of color #9C7FBF: hue angle of 267.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7FBF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 127 | 191 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.25 |
| HSL | 267.19º | 0.33% | 0.62% | - |
| HSV(B) | 267.19º | 0.34% | 0.75% | - |
| XYZ | 30.7 | 26.01 | 52.69 | - |
| YUV | 142.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 191 | 0.18 | 0.34 | 0 | 0.25 | 267.19 | 0.33 | 0.62 |
| Hex | 9C | 7F | BF | 12 | 22 | 0 | 19 | 10B | 21 | 3E |
| Octal | 234 | 177 | 277 | 22 | 42 | 0 | 31 | 413 | 41 | 76 |
| Binary | 10011100 | 1111111 | 10111111 | 10010 | 100010 | 0 | 11001 | 100001011 | 100001 | 111110 |
Color Harmonies of #9C7FBF
Complementary color
Monochromatic Colors of #9C7FBF
Black with #9C7FBF
Text Example
Text Example
White with #9C7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FBF; }
p { color: rgb(156,127,191); }
H1.HeaderClassName
{
color: #9C7FBF;
}
.AnyTagClassName
{
color: #9C7FBF;
}
</style>
background-color css
<style>
a { background-color: #9C7FBF; }
a { background-color: rgb(156,127,191); }
div.DivClassName
{
background-color: #9C7FBF;
}
.BgClassName
{
background-color: #9C7FBF;
}
</style>
border-color css
<style>
span { border-color: #9C7FBF; }
span { border-color: rgb(156,127,191); }
td.TdClassName
{
border-color: #9C7FBF;
}
.TagClassName
{
border-color: #9C7FBF;
}
</style>