Html Css Color HEX #9B81BA Purple Mountain's Majesty
📋 copy color: '#9B81BA'red 155 ◦ green 129 ◦ blue 186
Shades of Purple Mountain's Majesty #9B81BA
Tints of Purple Mountain's Majesty #9B81BA
RGB
CMYK
RGB Variations
Color information
#9B81BA (or 0x9B81BA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 81 and BA. RGB value is (155,129,186). Sum of RGB (Red+Green+Blue) = 155+129+186=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81BA is #647E45. Grayscale: #8F8F8F. Windows color (decimal): -6585926 or 12222875. OLE color: 12222875.
HSL color Cylindrical-coordinate representation of color #9B81BA: hue angle of 267.37º 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 #9B81BA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 129 | 186 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.27 |
| HSL | 267.37º | 0.29% | 0.62% | - |
| HSV(B) | 267.37º | 0.31% | 0.73% | - |
| XYZ | 30.23 | 26.21 | 49.92 | - |
| YUV | 143.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 186 | 0.17 | 0.31 | 0 | 0.27 | 267.37 | 0.29 | 0.62 |
| Hex | 9B | 81 | BA | 11 | 1F | 0 | 1B | 10B | 1D | 3E |
| Octal | 233 | 201 | 272 | 21 | 37 | 0 | 33 | 413 | 35 | 76 |
| Binary | 10011011 | 10000001 | 10111010 | 10001 | 11111 | 0 | 11011 | 100001011 | 11101 | 111110 |
Color Harmonies of #9B81BA
Complementary color
Monochromatic Colors of #9B81BA
Black with #9B81BA
Text Example
Text Example
White with #9B81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81BA; }
p { color: rgb(155,129,186); }
H1.HeaderClassName
{
color: #9B81BA;
}
.AnyTagClassName
{
color: #9B81BA;
}
</style>
background-color css
<style>
a { background-color: #9B81BA; }
a { background-color: rgb(155,129,186); }
div.DivClassName
{
background-color: #9B81BA;
}
.BgClassName
{
background-color: #9B81BA;
}
</style>
border-color css
<style>
span { border-color: #9B81BA; }
span { border-color: rgb(155,129,186); }
td.TdClassName
{
border-color: #9B81BA;
}
.TagClassName
{
border-color: #9B81BA;
}
</style>