Html Css Color HEX #9078B5 Purple Mountain's Majesty
📋 copy color: '#9078B5'red 144 ◦ green 120 ◦ blue 181
Shades of Purple Mountain's Majesty #9078B5
Tints of Purple Mountain's Majesty #9078B5
RGB
CMYK
RGB Variations
Color information
#9078B5 (or 0x9078B5) is known color: Purple Mountain's Majesty. HEX triplet: 90, 78 and B5. RGB value is (144,120,181). Sum of RGB (Red+Green+Blue) = 144+120+181=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #9078B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078B5 is #6F874A. Grayscale: #858585. Windows color (decimal): -7309131 or 11892880. OLE color: 11892880.
HSL color Cylindrical-coordinate representation of color #9078B5: hue angle of 263.61º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9078B5 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 120 | 181 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.29 |
| HSL | 263.61º | 0.29% | 0.59% | - |
| HSV(B) | 263.61º | 0.34% | 0.71% | - |
| XYZ | 26.56 | 22.7 | 46.7 | - |
| YUV | 134.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 181 | 0.20 | 0.34 | 0 | 0.29 | 263.61 | 0.29 | 0.59 |
| Hex | 90 | 78 | B5 | 14 | 22 | 0 | 1D | 108 | 1D | 3B |
| Octal | 220 | 170 | 265 | 24 | 42 | 0 | 35 | 410 | 35 | 73 |
| Binary | 10010000 | 1111000 | 10110101 | 10100 | 100010 | 0 | 11101 | 100001000 | 11101 | 111011 |
Color Harmonies of #9078B5
Complementary color
Monochromatic Colors of #9078B5
Black with #9078B5
Text Example
Text Example
White with #9078B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078B5; }
p { color: rgb(144,120,181); }
H1.HeaderClassName
{
color: #9078B5;
}
.AnyTagClassName
{
color: #9078B5;
}
</style>
background-color css
<style>
a { background-color: #9078B5; }
a { background-color: rgb(144,120,181); }
div.DivClassName
{
background-color: #9078B5;
}
.BgClassName
{
background-color: #9078B5;
}
</style>
border-color css
<style>
span { border-color: #9078B5; }
span { border-color: rgb(144,120,181); }
td.TdClassName
{
border-color: #9078B5;
}
.TagClassName
{
border-color: #9078B5;
}
</style>