Html Css Color HEX #9C6FBA Purple Mountain's Majesty
📋 copy color: '#9C6FBA'red 156 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #9C6FBA
Tints of Purple Mountain's Majesty #9C6FBA
RGB
CMYK
RGB Variations
Color information
#9C6FBA (or 0x9C6FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6F and BA. RGB value is (156,111,186). Sum of RGB (Red+Green+Blue) = 156+111+186=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FBA is #639045. Grayscale: #848484. Windows color (decimal): -6524998 or 12218268. OLE color: 12218268.
HSL color Cylindrical-coordinate representation of color #9C6FBA: hue angle of 276º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C6FBA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 111 | 186 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.27 |
| HSL | 276º | 0.35% | 0.58% | - |
| HSV(B) | 276º | 0.4% | 0.73% | - |
| XYZ | 28.26 | 21.98 | 49.21 | - |
| YUV | 133.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 186 | 0.16 | 0.40 | 0 | 0.27 | 276 | 0.35 | 0.58 |
| Hex | 9C | 6F | BA | 10 | 28 | 0 | 1B | 114 | 23 | 3A |
| Octal | 234 | 157 | 272 | 20 | 50 | 0 | 33 | 424 | 43 | 72 |
| Binary | 10011100 | 1101111 | 10111010 | 10000 | 101000 | 0 | 11011 | 100010100 | 100011 | 111010 |
Color Harmonies of #9C6FBA
Complementary color
Monochromatic Colors of #9C6FBA
Black with #9C6FBA
Text Example
Text Example
White with #9C6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FBA; }
p { color: rgb(156,111,186); }
H1.HeaderClassName
{
color: #9C6FBA;
}
.AnyTagClassName
{
color: #9C6FBA;
}
</style>
background-color css
<style>
a { background-color: #9C6FBA; }
a { background-color: rgb(156,111,186); }
div.DivClassName
{
background-color: #9C6FBA;
}
.BgClassName
{
background-color: #9C6FBA;
}
</style>
border-color css
<style>
span { border-color: #9C6FBA; }
span { border-color: rgb(156,111,186); }
td.TdClassName
{
border-color: #9C6FBA;
}
.TagClassName
{
border-color: #9C6FBA;
}
</style>