Html Css Color HEX #906AB3 Purple Mountain's Majesty
📋 copy color: '#906AB3'red 144 ◦ green 106 ◦ blue 179
Shades of Purple Mountain's Majesty #906AB3
Tints of Purple Mountain's Majesty #906AB3
RGB
CMYK
RGB Variations
Color information
#906AB3 (or 0x906AB3) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6A and B3. RGB value is (144,106,179). Sum of RGB (Red+Green+Blue) = 144+106+179=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #906AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AB3 is #6F954C. Grayscale: #7D7D7D. Windows color (decimal): -7312717 or 11758224. OLE color: 11758224.
HSL color Cylindrical-coordinate representation of color #906AB3: hue angle of 271.23º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906AB3 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 106 | 179 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.30 |
| HSL | 271.23º | 0.32% | 0.56% | - |
| HSV(B) | 271.23º | 0.41% | 0.7% | - |
| XYZ | 24.79 | 19.49 | 45.1 | - |
| YUV | 125.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 179 | 0.20 | 0.41 | 0 | 0.30 | 271.23 | 0.32 | 0.56 |
| Hex | 90 | 6A | B3 | 14 | 29 | 0 | 1E | 10F | 20 | 38 |
| Octal | 220 | 152 | 263 | 24 | 51 | 0 | 36 | 417 | 40 | 70 |
| Binary | 10010000 | 1101010 | 10110011 | 10100 | 101001 | 0 | 11110 | 100001111 | 100000 | 111000 |
Color Harmonies of #906AB3
Complementary color
Monochromatic Colors of #906AB3
Black with #906AB3
Text Example
Text Example
White with #906AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AB3; }
p { color: rgb(144,106,179); }
H1.HeaderClassName
{
color: #906AB3;
}
.AnyTagClassName
{
color: #906AB3;
}
</style>
background-color css
<style>
a { background-color: #906AB3; }
a { background-color: rgb(144,106,179); }
div.DivClassName
{
background-color: #906AB3;
}
.BgClassName
{
background-color: #906AB3;
}
</style>
border-color css
<style>
span { border-color: #906AB3; }
span { border-color: rgb(144,106,179); }
td.TdClassName
{
border-color: #906AB3;
}
.TagClassName
{
border-color: #906AB3;
}
</style>