Html Css Color HEX #906FB4 Purple Mountain's Majesty
📋 copy color: '#906FB4'red 144 ◦ green 111 ◦ blue 180
Shades of Purple Mountain's Majesty #906FB4
Tints of Purple Mountain's Majesty #906FB4
RGB
CMYK
RGB Variations
Color information
#906FB4 (or 0x906FB4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6F and B4. RGB value is (144,111,180). Sum of RGB (Red+Green+Blue) = 144+111+180=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #906FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FB4 is #6F904B. Grayscale: #808080. Windows color (decimal): -7311436 or 11825040. OLE color: 11825040.
HSL color Cylindrical-coordinate representation of color #906FB4: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906FB4 is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 111 | 180 | - |
| CMYK | 0.2 | 0.38 | 0 | 0.29 |
| HSL | 268.7º | 0.32% | 0.57% | - |
| HSV(B) | 268.7º | 0.38% | 0.71% | - |
| XYZ | 25.42 | 20.59 | 45.81 | - |
| YUV | 128.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 180 | 0.2 | 0.38 | 0 | 0.29 | 268.7 | 0.32 | 0.57 |
| Hex | 90 | 6F | B4 | 14 | 26 | 0 | 1D | 10D | 20 | 39 |
| Octal | 220 | 157 | 264 | 24 | 46 | 0 | 35 | 415 | 40 | 71 |
| Binary | 10010000 | 1101111 | 10110100 | 10100 | 100110 | 0 | 11101 | 100001101 | 100000 | 111001 |
Color Harmonies of #906FB4
Complementary color
Monochromatic Colors of #906FB4
Black with #906FB4
Text Example
Text Example
White with #906FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FB4; }
p { color: rgb(144,111,180); }
H1.HeaderClassName
{
color: #906FB4;
}
.AnyTagClassName
{
color: #906FB4;
}
</style>
background-color css
<style>
a { background-color: #906FB4; }
a { background-color: rgb(144,111,180); }
div.DivClassName
{
background-color: #906FB4;
}
.BgClassName
{
background-color: #906FB4;
}
</style>
border-color css
<style>
span { border-color: #906FB4; }
span { border-color: rgb(144,111,180); }
td.TdClassName
{
border-color: #906FB4;
}
.TagClassName
{
border-color: #906FB4;
}
</style>