Html Css Color HEX #906AB4 Purple Mountain's Majesty
📋 copy color: '#906AB4'red 144 ◦ green 106 ◦ blue 180
Shades of Purple Mountain's Majesty #906AB4
Tints of Purple Mountain's Majesty #906AB4
RGB
CMYK
RGB Variations
Color information
#906AB4 (or 0x906AB4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6A and B4. RGB value is (144,106,180). Sum of RGB (Red+Green+Blue) = 144+106+180=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #906AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AB4 is #6F954B. Grayscale: #7D7D7D. Windows color (decimal): -7312716 or 11823760. OLE color: 11823760.
HSL color Cylindrical-coordinate representation of color #906AB4: hue angle of 270.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906AB4 is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 106 | 180 | - |
| CMYK | 0.2 | 0.41 | 0 | 0.29 |
| HSL | 270.81º | 0.33% | 0.56% | - |
| HSV(B) | 270.81º | 0.41% | 0.71% | - |
| XYZ | 24.89 | 19.53 | 45.64 | - |
| YUV | 125.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 180 | 0.2 | 0.41 | 0 | 0.29 | 270.81 | 0.33 | 0.56 |
| Hex | 90 | 6A | B4 | 14 | 29 | 0 | 1D | 10F | 21 | 38 |
| Octal | 220 | 152 | 264 | 24 | 51 | 0 | 35 | 417 | 41 | 70 |
| Binary | 10010000 | 1101010 | 10110100 | 10100 | 101001 | 0 | 11101 | 100001111 | 100001 | 111000 |
Color Harmonies of #906AB4
Complementary color
Monochromatic Colors of #906AB4
Black with #906AB4
Text Example
Text Example
White with #906AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AB4; }
p { color: rgb(144,106,180); }
H1.HeaderClassName
{
color: #906AB4;
}
.AnyTagClassName
{
color: #906AB4;
}
</style>
background-color css
<style>
a { background-color: #906AB4; }
a { background-color: rgb(144,106,180); }
div.DivClassName
{
background-color: #906AB4;
}
.BgClassName
{
background-color: #906AB4;
}
</style>
border-color css
<style>
span { border-color: #906AB4; }
span { border-color: rgb(144,106,180); }
td.TdClassName
{
border-color: #906AB4;
}
.TagClassName
{
border-color: #906AB4;
}
</style>