Html Css Color HEX #9C81BA Purple Mountain's Majesty
📋 copy color: '#9C81BA'red 156 ◦ green 129 ◦ blue 186
Shades of Purple Mountain's Majesty #9C81BA
Tints of Purple Mountain's Majesty #9C81BA
RGB
CMYK
RGB Variations
Color information
#9C81BA (or 0x9C81BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 81 and BA. RGB value is (156,129,186). Sum of RGB (Red+Green+Blue) = 156+129+186=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81BA is #637E45. Grayscale: #8F8F8F. Windows color (decimal): -6520390 or 12222876. OLE color: 12222876.
HSL color Cylindrical-coordinate representation of color #9C81BA: hue angle of 268.42º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C81BA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 129 | 186 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.27 |
| HSL | 268.42º | 0.29% | 0.62% | - |
| HSV(B) | 268.42º | 0.31% | 0.73% | - |
| XYZ | 30.42 | 26.31 | 49.93 | - |
| YUV | 143.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 186 | 0.16 | 0.31 | 0 | 0.27 | 268.42 | 0.29 | 0.62 |
| Hex | 9C | 81 | BA | 10 | 1F | 0 | 1B | 10C | 1D | 3E |
| Octal | 234 | 201 | 272 | 20 | 37 | 0 | 33 | 414 | 35 | 76 |
| Binary | 10011100 | 10000001 | 10111010 | 10000 | 11111 | 0 | 11011 | 100001100 | 11101 | 111110 |
Color Harmonies of #9C81BA
Complementary color
Monochromatic Colors of #9C81BA
Black with #9C81BA
Text Example
Text Example
White with #9C81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C81BA; }
p { color: rgb(156,129,186); }
H1.HeaderClassName
{
color: #9C81BA;
}
.AnyTagClassName
{
color: #9C81BA;
}
</style>
background-color css
<style>
a { background-color: #9C81BA; }
a { background-color: rgb(156,129,186); }
div.DivClassName
{
background-color: #9C81BA;
}
.BgClassName
{
background-color: #9C81BA;
}
</style>
border-color css
<style>
span { border-color: #9C81BA; }
span { border-color: rgb(156,129,186); }
td.TdClassName
{
border-color: #9C81BA;
}
.TagClassName
{
border-color: #9C81BA;
}
</style>