Html Css Color HEX #9B81AC Purple Mountain's Majesty
📋 copy color: '#9B81AC'red 155 ◦ green 129 ◦ blue 172
Shades of Purple Mountain's Majesty #9B81AC
Tints of Purple Mountain's Majesty #9B81AC
RGB
CMYK
RGB Variations
Color information
#9B81AC (or 0x9B81AC) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 81 and AC. RGB value is (155,129,172). Sum of RGB (Red+Green+Blue) = 155+129+172=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B81AC is #647E53. Grayscale: #8D8D8D. Windows color (decimal): -6585940 or 11305371. OLE color: 11305371.
HSL color Cylindrical-coordinate representation of color #9B81AC: hue angle of 276.28º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B81AC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 129 | 172 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.33 |
| HSL | 276.28º | 0.21% | 0.59% | - |
| HSV(B) | 276.28º | 0.25% | 0.67% | - |
| XYZ | 28.81 | 25.65 | 42.46 | - |
| YUV | 141.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 172 | 0.10 | 0.25 | 0 | 0.33 | 276.28 | 0.21 | 0.59 |
| Hex | 9B | 81 | AC | A | 19 | 0 | 21 | 114 | 15 | 3B |
| Octal | 233 | 201 | 254 | 12 | 31 | 0 | 41 | 424 | 25 | 73 |
| Binary | 10011011 | 10000001 | 10101100 | 1010 | 11001 | 0 | 100001 | 100010100 | 10101 | 111011 |
Color Harmonies of #9B81AC
Complementary color
Monochromatic Colors of #9B81AC
Black with #9B81AC
Text Example
Text Example
White with #9B81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81AC; }
p { color: rgb(155,129,172); }
H1.HeaderClassName
{
color: #9B81AC;
}
.AnyTagClassName
{
color: #9B81AC;
}
</style>
background-color css
<style>
a { background-color: #9B81AC; }
a { background-color: rgb(155,129,172); }
div.DivClassName
{
background-color: #9B81AC;
}
.BgClassName
{
background-color: #9B81AC;
}
</style>
border-color css
<style>
span { border-color: #9B81AC; }
span { border-color: rgb(155,129,172); }
td.TdClassName
{
border-color: #9B81AC;
}
.TagClassName
{
border-color: #9B81AC;
}
</style>