Html Css Color HEX #9C6DB6 Purple Mountain's Majesty
📋 copy color: '#9C6DB6'red 156 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #9C6DB6
Tints of Purple Mountain's Majesty #9C6DB6
RGB
CMYK
RGB Variations
Color information
#9C6DB6 (or 0x9C6DB6) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6D and B6. RGB value is (156,109,182). Sum of RGB (Red+Green+Blue) = 156+109+182=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DB6 is #639249. Grayscale: #838383. Windows color (decimal): -6525514 or 11955612. OLE color: 11955612.
HSL color Cylindrical-coordinate representation of color #9C6DB6: hue angle of 278.63º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C6DB6 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 109 | 182 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.29 |
| HSL | 278.63º | 0.33% | 0.57% | - |
| HSV(B) | 278.63º | 0.4% | 0.71% | - |
| XYZ | 27.62 | 21.38 | 46.93 | - |
| YUV | 131.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 182 | 0.14 | 0.40 | 0 | 0.29 | 278.63 | 0.33 | 0.57 |
| Hex | 9C | 6D | B6 | E | 28 | 0 | 1D | 117 | 21 | 39 |
| Octal | 234 | 155 | 266 | 16 | 50 | 0 | 35 | 427 | 41 | 71 |
| Binary | 10011100 | 1101101 | 10110110 | 1110 | 101000 | 0 | 11101 | 100010111 | 100001 | 111001 |
Color Harmonies of #9C6DB6
Complementary color
Monochromatic Colors of #9C6DB6
Black with #9C6DB6
Text Example
Text Example
White with #9C6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6DB6; }
p { color: rgb(156,109,182); }
H1.HeaderClassName
{
color: #9C6DB6;
}
.AnyTagClassName
{
color: #9C6DB6;
}
</style>
background-color css
<style>
a { background-color: #9C6DB6; }
a { background-color: rgb(156,109,182); }
div.DivClassName
{
background-color: #9C6DB6;
}
.BgClassName
{
background-color: #9C6DB6;
}
</style>
border-color css
<style>
span { border-color: #9C6DB6; }
span { border-color: rgb(156,109,182); }
td.TdClassName
{
border-color: #9C6DB6;
}
.TagClassName
{
border-color: #9C6DB6;
}
</style>