Html Css Color HEX #9072B3 Purple Mountain's Majesty
📋 copy color: '#9072B3'red 144 ◦ green 114 ◦ blue 179
Shades of Purple Mountain's Majesty #9072B3
Tints of Purple Mountain's Majesty #9072B3
RGB
CMYK
RGB Variations
Color information
#9072B3 (or 0x9072B3) is known color: Purple Mountain's Majesty. HEX triplet: 90, 72 and B3. RGB value is (144,114,179). Sum of RGB (Red+Green+Blue) = 144+114+179=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #9072B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072B3 is #6F8D4C. Grayscale: #828282. Windows color (decimal): -7310669 or 11760272. OLE color: 11760272.
HSL color Cylindrical-coordinate representation of color #9072B3: hue angle of 267.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9072B3 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 114 | 179 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.30 |
| HSL | 267.69º | 0.3% | 0.57% | - |
| HSV(B) | 267.69º | 0.36% | 0.7% | - |
| XYZ | 25.66 | 21.22 | 45.39 | - |
| YUV | 130.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 179 | 0.20 | 0.36 | 0 | 0.30 | 267.69 | 0.3 | 0.57 |
| Hex | 90 | 72 | B3 | 14 | 24 | 0 | 1E | 10C | 1E | 39 |
| Octal | 220 | 162 | 263 | 24 | 44 | 0 | 36 | 414 | 36 | 71 |
| Binary | 10010000 | 1110010 | 10110011 | 10100 | 100100 | 0 | 11110 | 100001100 | 11110 | 111001 |
Color Harmonies of #9072B3
Complementary color
Monochromatic Colors of #9072B3
Black with #9072B3
Text Example
Text Example
White with #9072B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072B3; }
p { color: rgb(144,114,179); }
H1.HeaderClassName
{
color: #9072B3;
}
.AnyTagClassName
{
color: #9072B3;
}
</style>
background-color css
<style>
a { background-color: #9072B3; }
a { background-color: rgb(144,114,179); }
div.DivClassName
{
background-color: #9072B3;
}
.BgClassName
{
background-color: #9072B3;
}
</style>
border-color css
<style>
span { border-color: #9072B3; }
span { border-color: rgb(144,114,179); }
td.TdClassName
{
border-color: #9072B3;
}
.TagClassName
{
border-color: #9072B3;
}
</style>