Html Css Color HEX #906FB0 Purple Mountain's Majesty
📋 copy color: '#906FB0'red 144 ◦ green 111 ◦ blue 176
Shades of Purple Mountain's Majesty #906FB0
Tints of Purple Mountain's Majesty #906FB0
RGB
CMYK
RGB Variations
Color information
#906FB0 (or 0x906FB0) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6F and B0. RGB value is (144,111,176). Sum of RGB (Red+Green+Blue) = 144+111+176=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #906FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FB0 is #6F904F. Grayscale: #808080. Windows color (decimal): -7311440 or 11562896. OLE color: 11562896.
HSL color Cylindrical-coordinate representation of color #906FB0: hue angle of 270.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906FB0 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 111 | 176 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.31 |
| HSL | 270.46º | 0.29% | 0.56% | - |
| HSV(B) | 270.46º | 0.37% | 0.69% | - |
| XYZ | 25.02 | 20.43 | 43.7 | - |
| YUV | 128.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 176 | 0.18 | 0.37 | 0 | 0.31 | 270.46 | 0.29 | 0.56 |
| Hex | 90 | 6F | B0 | 12 | 25 | 0 | 1F | 10E | 1D | 38 |
| Octal | 220 | 157 | 260 | 22 | 45 | 0 | 37 | 416 | 35 | 70 |
| Binary | 10010000 | 1101111 | 10110000 | 10010 | 100101 | 0 | 11111 | 100001110 | 11101 | 111000 |
Color Harmonies of #906FB0
Complementary color
Monochromatic Colors of #906FB0
Black with #906FB0
Text Example
Text Example
White with #906FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FB0; }
p { color: rgb(144,111,176); }
H1.HeaderClassName
{
color: #906FB0;
}
.AnyTagClassName
{
color: #906FB0;
}
</style>
background-color css
<style>
a { background-color: #906FB0; }
a { background-color: rgb(144,111,176); }
div.DivClassName
{
background-color: #906FB0;
}
.BgClassName
{
background-color: #906FB0;
}
</style>
border-color css
<style>
span { border-color: #906FB0; }
span { border-color: rgb(144,111,176); }
td.TdClassName
{
border-color: #906FB0;
}
.TagClassName
{
border-color: #906FB0;
}
</style>