Html Css Color HEX #9079B5 Purple Mountain's Majesty
📋 copy color: '#9079B5'red 144 ◦ green 121 ◦ blue 181
Shades of Purple Mountain's Majesty #9079B5
Tints of Purple Mountain's Majesty #9079B5
RGB
CMYK
RGB Variations
Color information
#9079B5 (or 0x9079B5) is known color: Purple Mountain's Majesty. HEX triplet: 90, 79 and B5. RGB value is (144,121,181). Sum of RGB (Red+Green+Blue) = 144+121+181=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #9079B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079B5 is #6F864A. Grayscale: #868686. Windows color (decimal): -7308875 or 11893136. OLE color: 11893136.
HSL color Cylindrical-coordinate representation of color #9079B5: hue angle of 263º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9079B5 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 121 | 181 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.29 |
| HSL | 263º | 0.29% | 0.59% | - |
| HSV(B) | 263º | 0.33% | 0.71% | - |
| XYZ | 26.68 | 22.94 | 46.74 | - |
| YUV | 134.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 181 | 0.20 | 0.33 | 0 | 0.29 | 263 | 0.29 | 0.59 |
| Hex | 90 | 79 | B5 | 14 | 21 | 0 | 1D | 107 | 1D | 3B |
| Octal | 220 | 171 | 265 | 24 | 41 | 0 | 35 | 407 | 35 | 73 |
| Binary | 10010000 | 1111001 | 10110101 | 10100 | 100001 | 0 | 11101 | 100000111 | 11101 | 111011 |
Color Harmonies of #9079B5
Complementary color
Monochromatic Colors of #9079B5
Black with #9079B5
Text Example
Text Example
White with #9079B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079B5; }
p { color: rgb(144,121,181); }
H1.HeaderClassName
{
color: #9079B5;
}
.AnyTagClassName
{
color: #9079B5;
}
</style>
background-color css
<style>
a { background-color: #9079B5; }
a { background-color: rgb(144,121,181); }
div.DivClassName
{
background-color: #9079B5;
}
.BgClassName
{
background-color: #9079B5;
}
</style>
border-color css
<style>
span { border-color: #9079B5; }
span { border-color: rgb(144,121,181); }
td.TdClassName
{
border-color: #9079B5;
}
.TagClassName
{
border-color: #9079B5;
}
</style>