Html Css Color HEX #9C6FBD Purple Mountain's Majesty
📋 copy color: '#9C6FBD'red 156 ◦ green 111 ◦ blue 189
Shades of Purple Mountain's Majesty #9C6FBD
Tints of Purple Mountain's Majesty #9C6FBD
RGB
CMYK
RGB Variations
Color information
#9C6FBD (or 0x9C6FBD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6F and BD. RGB value is (156,111,189). Sum of RGB (Red+Green+Blue) = 156+111+189=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C6FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FBD is #639042. Grayscale: #858585. Windows color (decimal): -6524995 or 12414876. OLE color: 12414876.
HSL color Cylindrical-coordinate representation of color #9C6FBD: hue angle of 274.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C6FBD is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 111 | 189 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.26 |
| HSL | 274.62º | 0.37% | 0.59% | - |
| HSV(B) | 274.62º | 0.41% | 0.74% | - |
| XYZ | 28.58 | 22.11 | 50.91 | - |
| YUV | 133.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 189 | 0.17 | 0.41 | 0 | 0.26 | 274.62 | 0.37 | 0.59 |
| Hex | 9C | 6F | BD | 11 | 29 | 0 | 1A | 113 | 25 | 3B |
| Octal | 234 | 157 | 275 | 21 | 51 | 0 | 32 | 423 | 45 | 73 |
| Binary | 10011100 | 1101111 | 10111101 | 10001 | 101001 | 0 | 11010 | 100010011 | 100101 | 111011 |
Color Harmonies of #9C6FBD
Complementary color
Monochromatic Colors of #9C6FBD
Black with #9C6FBD
Text Example
Text Example
White with #9C6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FBD; }
p { color: rgb(156,111,189); }
H1.HeaderClassName
{
color: #9C6FBD;
}
.AnyTagClassName
{
color: #9C6FBD;
}
</style>
background-color css
<style>
a { background-color: #9C6FBD; }
a { background-color: rgb(156,111,189); }
div.DivClassName
{
background-color: #9C6FBD;
}
.BgClassName
{
background-color: #9C6FBD;
}
</style>
border-color css
<style>
span { border-color: #9C6FBD; }
span { border-color: rgb(156,111,189); }
td.TdClassName
{
border-color: #9C6FBD;
}
.TagClassName
{
border-color: #9C6FBD;
}
</style>