Html Css Color HEX #9076B3 Purple Mountain's Majesty
📋 copy color: '#9076B3'red 144 ◦ green 118 ◦ blue 179
Shades of Purple Mountain's Majesty #9076B3
Tints of Purple Mountain's Majesty #9076B3
RGB
CMYK
RGB Variations
Color information
#9076B3 (or 0x9076B3) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and B3. RGB value is (144,118,179). Sum of RGB (Red+Green+Blue) = 144+118+179=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #9076B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076B3 is #6F894C. Grayscale: #848484. Windows color (decimal): -7309645 or 11761296. OLE color: 11761296.
HSL color Cylindrical-coordinate representation of color #9076B3: hue angle of 265.57º degrees, saturation: 0.29, 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 #9076B3 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 118 | 179 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.30 |
| HSL | 265.57º | 0.29% | 0.58% | - |
| HSV(B) | 265.57º | 0.34% | 0.7% | - |
| XYZ | 26.12 | 22.14 | 45.54 | - |
| YUV | 132.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 179 | 0.20 | 0.34 | 0 | 0.30 | 265.57 | 0.29 | 0.58 |
| Hex | 90 | 76 | B3 | 14 | 22 | 0 | 1E | 10A | 1D | 3A |
| Octal | 220 | 166 | 263 | 24 | 42 | 0 | 36 | 412 | 35 | 72 |
| Binary | 10010000 | 1110110 | 10110011 | 10100 | 100010 | 0 | 11110 | 100001010 | 11101 | 111010 |
Color Harmonies of #9076B3
Complementary color
Monochromatic Colors of #9076B3
Black with #9076B3
Text Example
Text Example
White with #9076B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076B3; }
p { color: rgb(144,118,179); }
H1.HeaderClassName
{
color: #9076B3;
}
.AnyTagClassName
{
color: #9076B3;
}
</style>
background-color css
<style>
a { background-color: #9076B3; }
a { background-color: rgb(144,118,179); }
div.DivClassName
{
background-color: #9076B3;
}
.BgClassName
{
background-color: #9076B3;
}
</style>
border-color css
<style>
span { border-color: #9076B3; }
span { border-color: rgb(144,118,179); }
td.TdClassName
{
border-color: #9076B3;
}
.TagClassName
{
border-color: #9076B3;
}
</style>