Html Css Color HEX #906FB1 Purple Mountain's Majesty
📋 copy color: '#906FB1'red 144 ◦ green 111 ◦ blue 177
Shades of Purple Mountain's Majesty #906FB1
Tints of Purple Mountain's Majesty #906FB1
RGB
CMYK
RGB Variations
Color information
#906FB1 (or 0x906FB1) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6F and B1. RGB value is (144,111,177). Sum of RGB (Red+Green+Blue) = 144+111+177=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #906FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FB1 is #6F904E. Grayscale: #808080. Windows color (decimal): -7311439 or 11628432. OLE color: 11628432.
HSL color Cylindrical-coordinate representation of color #906FB1: hue angle of 270º degrees, saturation: 0.3, 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 #906FB1 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 111 | 177 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.31 |
| HSL | 270º | 0.3% | 0.56% | - |
| HSV(B) | 270º | 0.37% | 0.69% | - |
| XYZ | 25.12 | 20.47 | 44.22 | - |
| YUV | 128.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 177 | 0.19 | 0.37 | 0 | 0.31 | 270 | 0.3 | 0.56 |
| Hex | 90 | 6F | B1 | 13 | 25 | 0 | 1F | 10E | 1E | 38 |
| Octal | 220 | 157 | 261 | 23 | 45 | 0 | 37 | 416 | 36 | 70 |
| Binary | 10010000 | 1101111 | 10110001 | 10011 | 100101 | 0 | 11111 | 100001110 | 11110 | 111000 |
Color Harmonies of #906FB1
Complementary color
Monochromatic Colors of #906FB1
Black with #906FB1
Text Example
Text Example
White with #906FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FB1; }
p { color: rgb(144,111,177); }
H1.HeaderClassName
{
color: #906FB1;
}
.AnyTagClassName
{
color: #906FB1;
}
</style>
background-color css
<style>
a { background-color: #906FB1; }
a { background-color: rgb(144,111,177); }
div.DivClassName
{
background-color: #906FB1;
}
.BgClassName
{
background-color: #906FB1;
}
</style>
border-color css
<style>
span { border-color: #906FB1; }
span { border-color: rgb(144,111,177); }
td.TdClassName
{
border-color: #906FB1;
}
.TagClassName
{
border-color: #906FB1;
}
</style>