Html Css Color HEX #9075B0 Purple Mountain's Majesty
📋 copy color: '#9075B0'red 144 ◦ green 117 ◦ blue 176
Shades of Purple Mountain's Majesty #9075B0
Tints of Purple Mountain's Majesty #9075B0
RGB
CMYK
RGB Variations
Color information
#9075B0 (or 0x9075B0) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and B0. RGB value is (144,117,176). Sum of RGB (Red+Green+Blue) = 144+117+176=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #9075B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075B0 is #6F8A4F. Grayscale: #838383. Windows color (decimal): -7309904 or 11564432. OLE color: 11564432.
HSL color Cylindrical-coordinate representation of color #9075B0: hue angle of 267.46º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9075B0 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 117 | 176 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.31 |
| HSL | 267.46º | 0.27% | 0.57% | - |
| HSV(B) | 267.46º | 0.34% | 0.69% | - |
| XYZ | 25.7 | 21.79 | 43.93 | - |
| YUV | 131.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 176 | 0.18 | 0.34 | 0 | 0.31 | 267.46 | 0.27 | 0.57 |
| Hex | 90 | 75 | B0 | 12 | 22 | 0 | 1F | 10B | 1B | 39 |
| Octal | 220 | 165 | 260 | 22 | 42 | 0 | 37 | 413 | 33 | 71 |
| Binary | 10010000 | 1110101 | 10110000 | 10010 | 100010 | 0 | 11111 | 100001011 | 11011 | 111001 |
Color Harmonies of #9075B0
Complementary color
Monochromatic Colors of #9075B0
Black with #9075B0
Text Example
Text Example
White with #9075B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075B0; }
p { color: rgb(144,117,176); }
H1.HeaderClassName
{
color: #9075B0;
}
.AnyTagClassName
{
color: #9075B0;
}
</style>
background-color css
<style>
a { background-color: #9075B0; }
a { background-color: rgb(144,117,176); }
div.DivClassName
{
background-color: #9075B0;
}
.BgClassName
{
background-color: #9075B0;
}
</style>
border-color css
<style>
span { border-color: #9075B0; }
span { border-color: rgb(144,117,176); }
td.TdClassName
{
border-color: #9075B0;
}
.TagClassName
{
border-color: #9075B0;
}
</style>