Html Css Color HEX #9078BB Purple Mountain's Majesty
📋 copy color: '#9078BB'red 144 ◦ green 120 ◦ blue 187
Shades of Purple Mountain's Majesty #9078BB
Tints of Purple Mountain's Majesty #9078BB
RGB
CMYK
RGB Variations
Color information
#9078BB (or 0x9078BB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 78 and BB. RGB value is (144,120,187). Sum of RGB (Red+Green+Blue) = 144+120+187=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #9078BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078BB is #6F8744. Grayscale: #868686. Windows color (decimal): -7309125 or 12286096. OLE color: 12286096.
HSL color Cylindrical-coordinate representation of color #9078BB: hue angle of 261.49º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9078BB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 120 | 187 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.27 |
| HSL | 261.49º | 0.33% | 0.6% | - |
| HSV(B) | 261.49º | 0.36% | 0.73% | - |
| XYZ | 27.19 | 22.95 | 50.01 | - |
| YUV | 134.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 187 | 0.23 | 0.36 | 0 | 0.27 | 261.49 | 0.33 | 0.6 |
| Hex | 90 | 78 | BB | 17 | 24 | 0 | 1B | 105 | 21 | 3C |
| Octal | 220 | 170 | 273 | 27 | 44 | 0 | 33 | 405 | 41 | 74 |
| Binary | 10010000 | 1111000 | 10111011 | 10111 | 100100 | 0 | 11011 | 100000101 | 100001 | 111100 |
Color Harmonies of #9078BB
Complementary color
Monochromatic Colors of #9078BB
Black with #9078BB
Text Example
Text Example
White with #9078BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078BB; }
p { color: rgb(144,120,187); }
H1.HeaderClassName
{
color: #9078BB;
}
.AnyTagClassName
{
color: #9078BB;
}
</style>
background-color css
<style>
a { background-color: #9078BB; }
a { background-color: rgb(144,120,187); }
div.DivClassName
{
background-color: #9078BB;
}
.BgClassName
{
background-color: #9078BB;
}
</style>
border-color css
<style>
span { border-color: #9078BB; }
span { border-color: rgb(144,120,187); }
td.TdClassName
{
border-color: #9078BB;
}
.TagClassName
{
border-color: #9078BB;
}
</style>