Html Css Color HEX #9C6DB9 Purple Mountain's Majesty
📋 copy color: '#9C6DB9'red 156 ◦ green 109 ◦ blue 185
Shades of Purple Mountain's Majesty #9C6DB9
Tints of Purple Mountain's Majesty #9C6DB9
RGB
CMYK
RGB Variations
Color information
#9C6DB9 (or 0x9C6DB9) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6D and B9. RGB value is (156,109,185). Sum of RGB (Red+Green+Blue) = 156+109+185=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C6DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DB9 is #639246. Grayscale: #838383. Windows color (decimal): -6525511 or 12152220. OLE color: 12152220.
HSL color Cylindrical-coordinate representation of color #9C6DB9: hue angle of 277.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C6DB9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 109 | 185 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.27 |
| HSL | 277.11º | 0.35% | 0.58% | - |
| HSV(B) | 277.11º | 0.41% | 0.73% | - |
| XYZ | 27.94 | 21.51 | 48.58 | - |
| YUV | 131.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 185 | 0.16 | 0.41 | 0 | 0.27 | 277.11 | 0.35 | 0.58 |
| Hex | 9C | 6D | B9 | 10 | 29 | 0 | 1B | 115 | 23 | 3A |
| Octal | 234 | 155 | 271 | 20 | 51 | 0 | 33 | 425 | 43 | 72 |
| Binary | 10011100 | 1101101 | 10111001 | 10000 | 101001 | 0 | 11011 | 100010101 | 100011 | 111010 |
Color Harmonies of #9C6DB9
Complementary color
Monochromatic Colors of #9C6DB9
Black with #9C6DB9
Text Example
Text Example
White with #9C6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6DB9; }
p { color: rgb(156,109,185); }
H1.HeaderClassName
{
color: #9C6DB9;
}
.AnyTagClassName
{
color: #9C6DB9;
}
</style>
background-color css
<style>
a { background-color: #9C6DB9; }
a { background-color: rgb(156,109,185); }
div.DivClassName
{
background-color: #9C6DB9;
}
.BgClassName
{
background-color: #9C6DB9;
}
</style>
border-color css
<style>
span { border-color: #9C6DB9; }
span { border-color: rgb(156,109,185); }
td.TdClassName
{
border-color: #9C6DB9;
}
.TagClassName
{
border-color: #9C6DB9;
}
</style>