Html Css Color HEX #9075B1 Purple Mountain's Majesty
📋 copy color: '#9075B1'red 144 ◦ green 117 ◦ blue 177
Shades of Purple Mountain's Majesty #9075B1
Tints of Purple Mountain's Majesty #9075B1
RGB
CMYK
RGB Variations
Color information
#9075B1 (or 0x9075B1) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and B1. RGB value is (144,117,177). Sum of RGB (Red+Green+Blue) = 144+117+177=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #9075B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075B1 is #6F8A4E. Grayscale: #838383. Windows color (decimal): -7309903 or 11629968. OLE color: 11629968.
HSL color Cylindrical-coordinate representation of color #9075B1: hue angle of 267º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9075B1 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 117 | 177 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.31 |
| HSL | 267º | 0.28% | 0.58% | - |
| HSV(B) | 267º | 0.34% | 0.69% | - |
| XYZ | 25.8 | 21.83 | 44.45 | - |
| YUV | 131.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 177 | 0.19 | 0.34 | 0 | 0.31 | 267 | 0.28 | 0.58 |
| Hex | 90 | 75 | B1 | 13 | 22 | 0 | 1F | 10B | 1C | 3A |
| Octal | 220 | 165 | 261 | 23 | 42 | 0 | 37 | 413 | 34 | 72 |
| Binary | 10010000 | 1110101 | 10110001 | 10011 | 100010 | 0 | 11111 | 100001011 | 11100 | 111010 |
Color Harmonies of #9075B1
Complementary color
Monochromatic Colors of #9075B1
Black with #9075B1
Text Example
Text Example
White with #9075B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075B1; }
p { color: rgb(144,117,177); }
H1.HeaderClassName
{
color: #9075B1;
}
.AnyTagClassName
{
color: #9075B1;
}
</style>
background-color css
<style>
a { background-color: #9075B1; }
a { background-color: rgb(144,117,177); }
div.DivClassName
{
background-color: #9075B1;
}
.BgClassName
{
background-color: #9075B1;
}
</style>
border-color css
<style>
span { border-color: #9075B1; }
span { border-color: rgb(144,117,177); }
td.TdClassName
{
border-color: #9075B1;
}
.TagClassName
{
border-color: #9075B1;
}
</style>