Html Css Color HEX #9C81BB Purple Mountain's Majesty
📋 copy color: '#9C81BB'red 156 ◦ green 129 ◦ blue 187
Shades of Purple Mountain's Majesty #9C81BB
Tints of Purple Mountain's Majesty #9C81BB
RGB
CMYK
RGB Variations
Color information
#9C81BB (or 0x9C81BB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 81 and BB. RGB value is (156,129,187). Sum of RGB (Red+Green+Blue) = 156+129+187=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81BB is #637E44. Grayscale: #8F8F8F. Windows color (decimal): -6520389 or 12288412. OLE color: 12288412.
HSL color Cylindrical-coordinate representation of color #9C81BB: hue angle of 267.93º degrees, saturation: 0.3, 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 #9C81BB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 129 | 187 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.27 |
| HSL | 267.93º | 0.3% | 0.62% | - |
| HSV(B) | 267.93º | 0.31% | 0.73% | - |
| XYZ | 30.53 | 26.36 | 50.49 | - |
| YUV | 143.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 187 | 0.17 | 0.31 | 0 | 0.27 | 267.93 | 0.3 | 0.62 |
| Hex | 9C | 81 | BB | 11 | 1F | 0 | 1B | 10C | 1E | 3E |
| Octal | 234 | 201 | 273 | 21 | 37 | 0 | 33 | 414 | 36 | 76 |
| Binary | 10011100 | 10000001 | 10111011 | 10001 | 11111 | 0 | 11011 | 100001100 | 11110 | 111110 |
Color Harmonies of #9C81BB
Complementary color
Monochromatic Colors of #9C81BB
Black with #9C81BB
Text Example
Text Example
White with #9C81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C81BB; }
p { color: rgb(156,129,187); }
H1.HeaderClassName
{
color: #9C81BB;
}
.AnyTagClassName
{
color: #9C81BB;
}
</style>
background-color css
<style>
a { background-color: #9C81BB; }
a { background-color: rgb(156,129,187); }
div.DivClassName
{
background-color: #9C81BB;
}
.BgClassName
{
background-color: #9C81BB;
}
</style>
border-color css
<style>
span { border-color: #9C81BB; }
span { border-color: rgb(156,129,187); }
td.TdClassName
{
border-color: #9C81BB;
}
.TagClassName
{
border-color: #9C81BB;
}
</style>