Html Css Color HEX #9C6BB7 Purple Mountain's Majesty
📋 copy color: '#9C6BB7'red 156 ◦ green 107 ◦ blue 183
Shades of Purple Mountain's Majesty #9C6BB7
Tints of Purple Mountain's Majesty #9C6BB7
RGB
CMYK
RGB Variations
Color information
#9C6BB7 (or 0x9C6BB7) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6B and B7. RGB value is (156,107,183). Sum of RGB (Red+Green+Blue) = 156+107+183=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C6BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BB7 is #639448. Grayscale: #828282. Windows color (decimal): -6526025 or 12020636. OLE color: 12020636.
HSL color Cylindrical-coordinate representation of color #9C6BB7: hue angle of 278.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C6BB7 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 107 | 183 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.28 |
| HSL | 278.68º | 0.35% | 0.57% | - |
| HSV(B) | 278.68º | 0.42% | 0.72% | - |
| XYZ | 27.52 | 21 | 47.4 | - |
| YUV | 130.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 183 | 0.15 | 0.42 | 0 | 0.28 | 278.68 | 0.35 | 0.57 |
| Hex | 9C | 6B | B7 | F | 2A | 0 | 1C | 117 | 23 | 39 |
| Octal | 234 | 153 | 267 | 17 | 52 | 0 | 34 | 427 | 43 | 71 |
| Binary | 10011100 | 1101011 | 10110111 | 1111 | 101010 | 0 | 11100 | 100010111 | 100011 | 111001 |
Color Harmonies of #9C6BB7
Complementary color
Monochromatic Colors of #9C6BB7
Black with #9C6BB7
Text Example
Text Example
White with #9C6BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BB7; }
p { color: rgb(156,107,183); }
H1.HeaderClassName
{
color: #9C6BB7;
}
.AnyTagClassName
{
color: #9C6BB7;
}
</style>
background-color css
<style>
a { background-color: #9C6BB7; }
a { background-color: rgb(156,107,183); }
div.DivClassName
{
background-color: #9C6BB7;
}
.BgClassName
{
background-color: #9C6BB7;
}
</style>
border-color css
<style>
span { border-color: #9C6BB7; }
span { border-color: rgb(156,107,183); }
td.TdClassName
{
border-color: #9C6BB7;
}
.TagClassName
{
border-color: #9C6BB7;
}
</style>