Html Css Color HEX #9076B2 Purple Mountain's Majesty
📋 copy color: '#9076B2'red 144 ◦ green 118 ◦ blue 178
Shades of Purple Mountain's Majesty #9076B2
Tints of Purple Mountain's Majesty #9076B2
RGB
CMYK
RGB Variations
Color information
#9076B2 (or 0x9076B2) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and B2. RGB value is (144,118,178). Sum of RGB (Red+Green+Blue) = 144+118+178=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #9076B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076B2 is #6F894D. Grayscale: #848484. Windows color (decimal): -7309646 or 11695760. OLE color: 11695760.
HSL color Cylindrical-coordinate representation of color #9076B2: hue angle of 266º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9076B2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 118 | 178 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.30 |
| HSL | 266º | 0.28% | 0.58% | - |
| HSV(B) | 266º | 0.34% | 0.7% | - |
| XYZ | 26.02 | 22.1 | 45.01 | - |
| YUV | 132.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 178 | 0.19 | 0.34 | 0 | 0.30 | 266 | 0.28 | 0.58 |
| Hex | 90 | 76 | B2 | 13 | 22 | 0 | 1E | 10A | 1C | 3A |
| Octal | 220 | 166 | 262 | 23 | 42 | 0 | 36 | 412 | 34 | 72 |
| Binary | 10010000 | 1110110 | 10110010 | 10011 | 100010 | 0 | 11110 | 100001010 | 11100 | 111010 |
Color Harmonies of #9076B2
Complementary color
Monochromatic Colors of #9076B2
Black with #9076B2
Text Example
Text Example
White with #9076B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076B2; }
p { color: rgb(144,118,178); }
H1.HeaderClassName
{
color: #9076B2;
}
.AnyTagClassName
{
color: #9076B2;
}
</style>
background-color css
<style>
a { background-color: #9076B2; }
a { background-color: rgb(144,118,178); }
div.DivClassName
{
background-color: #9076B2;
}
.BgClassName
{
background-color: #9076B2;
}
</style>
border-color css
<style>
span { border-color: #9076B2; }
span { border-color: rgb(144,118,178); }
td.TdClassName
{
border-color: #9076B2;
}
.TagClassName
{
border-color: #9076B2;
}
</style>