Html Css Color HEX #9C82BA Purple Mountain's Majesty
📋 copy color: '#9C82BA'red 156 ◦ green 130 ◦ blue 186
Shades of Purple Mountain's Majesty #9C82BA
Tints of Purple Mountain's Majesty #9C82BA
RGB
CMYK
RGB Variations
Color information
#9C82BA (or 0x9C82BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 82 and BA. RGB value is (156,130,186). Sum of RGB (Red+Green+Blue) = 156+130+186=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82BA is #637D45. Grayscale: #8F8F8F. Windows color (decimal): -6520134 or 12223132. OLE color: 12223132.
HSL color Cylindrical-coordinate representation of color #9C82BA: hue angle of 267.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C82BA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 130 | 186 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.27 |
| HSL | 267.86º | 0.29% | 0.62% | - |
| HSV(B) | 267.86º | 0.3% | 0.73% | - |
| XYZ | 30.56 | 26.58 | 49.97 | - |
| YUV | 144.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 186 | 0.16 | 0.30 | 0 | 0.27 | 267.86 | 0.29 | 0.62 |
| Hex | 9C | 82 | BA | 10 | 1E | 0 | 1B | 10C | 1D | 3E |
| Octal | 234 | 202 | 272 | 20 | 36 | 0 | 33 | 414 | 35 | 76 |
| Binary | 10011100 | 10000010 | 10111010 | 10000 | 11110 | 0 | 11011 | 100001100 | 11101 | 111110 |
Color Harmonies of #9C82BA
Complementary color
Monochromatic Colors of #9C82BA
Black with #9C82BA
Text Example
Text Example
White with #9C82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82BA; }
p { color: rgb(156,130,186); }
H1.HeaderClassName
{
color: #9C82BA;
}
.AnyTagClassName
{
color: #9C82BA;
}
</style>
background-color css
<style>
a { background-color: #9C82BA; }
a { background-color: rgb(156,130,186); }
div.DivClassName
{
background-color: #9C82BA;
}
.BgClassName
{
background-color: #9C82BA;
}
</style>
border-color css
<style>
span { border-color: #9C82BA; }
span { border-color: rgb(156,130,186); }
td.TdClassName
{
border-color: #9C82BA;
}
.TagClassName
{
border-color: #9C82BA;
}
</style>