Html Css Color HEX #9A81BB Purple Mountain's Majesty
📋 copy color: '#9A81BB'red 154 ◦ green 129 ◦ blue 187
Shades of Purple Mountain's Majesty #9A81BB
Tints of Purple Mountain's Majesty #9A81BB
RGB
CMYK
RGB Variations
Color information
#9A81BB (or 0x9A81BB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 81 and BB. RGB value is (154,129,187). Sum of RGB (Red+Green+Blue) = 154+129+187=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81BB is #657E44. Grayscale: #8E8E8E. Windows color (decimal): -6651461 or 12288410. OLE color: 12288410.
HSL color Cylindrical-coordinate representation of color #9A81BB: hue angle of 265.86º 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 #9A81BB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 129 | 187 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.27 |
| HSL | 265.86º | 0.3% | 0.62% | - |
| HSV(B) | 265.86º | 0.31% | 0.73% | - |
| XYZ | 30.15 | 26.16 | 50.47 | - |
| YUV | 143.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 187 | 0.18 | 0.31 | 0 | 0.27 | 265.86 | 0.3 | 0.62 |
| Hex | 9A | 81 | BB | 12 | 1F | 0 | 1B | 10A | 1E | 3E |
| Octal | 232 | 201 | 273 | 22 | 37 | 0 | 33 | 412 | 36 | 76 |
| Binary | 10011010 | 10000001 | 10111011 | 10010 | 11111 | 0 | 11011 | 100001010 | 11110 | 111110 |
Color Harmonies of #9A81BB
Complementary color
Monochromatic Colors of #9A81BB
Black with #9A81BB
Text Example
Text Example
White with #9A81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81BB; }
p { color: rgb(154,129,187); }
H1.HeaderClassName
{
color: #9A81BB;
}
.AnyTagClassName
{
color: #9A81BB;
}
</style>
background-color css
<style>
a { background-color: #9A81BB; }
a { background-color: rgb(154,129,187); }
div.DivClassName
{
background-color: #9A81BB;
}
.BgClassName
{
background-color: #9A81BB;
}
</style>
border-color css
<style>
span { border-color: #9A81BB; }
span { border-color: rgb(154,129,187); }
td.TdClassName
{
border-color: #9A81BB;
}
.TagClassName
{
border-color: #9A81BB;
}
</style>