Html Css Color HEX #906FB2 Purple Mountain's Majesty
📋 copy color: '#906FB2'red 144 ◦ green 111 ◦ blue 178
Shades of Purple Mountain's Majesty #906FB2
Tints of Purple Mountain's Majesty #906FB2
RGB
CMYK
RGB Variations
Color information
#906FB2 (or 0x906FB2) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6F and B2. RGB value is (144,111,178). Sum of RGB (Red+Green+Blue) = 144+111+178=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #906FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FB2 is #6F904D. Grayscale: #808080. Windows color (decimal): -7311438 or 11693968. OLE color: 11693968.
HSL color Cylindrical-coordinate representation of color #906FB2: hue angle of 269.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906FB2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 111 | 178 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.30 |
| HSL | 269.55º | 0.3% | 0.57% | - |
| HSV(B) | 269.55º | 0.38% | 0.7% | - |
| XYZ | 25.22 | 20.51 | 44.75 | - |
| YUV | 128.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 178 | 0.19 | 0.38 | 0 | 0.30 | 269.55 | 0.3 | 0.57 |
| Hex | 90 | 6F | B2 | 13 | 26 | 0 | 1E | 10E | 1E | 39 |
| Octal | 220 | 157 | 262 | 23 | 46 | 0 | 36 | 416 | 36 | 71 |
| Binary | 10010000 | 1101111 | 10110010 | 10011 | 100110 | 0 | 11110 | 100001110 | 11110 | 111001 |
Color Harmonies of #906FB2
Complementary color
Monochromatic Colors of #906FB2
Black with #906FB2
Text Example
Text Example
White with #906FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FB2; }
p { color: rgb(144,111,178); }
H1.HeaderClassName
{
color: #906FB2;
}
.AnyTagClassName
{
color: #906FB2;
}
</style>
background-color css
<style>
a { background-color: #906FB2; }
a { background-color: rgb(144,111,178); }
div.DivClassName
{
background-color: #906FB2;
}
.BgClassName
{
background-color: #906FB2;
}
</style>
border-color css
<style>
span { border-color: #906FB2; }
span { border-color: rgb(144,111,178); }
td.TdClassName
{
border-color: #906FB2;
}
.TagClassName
{
border-color: #906FB2;
}
</style>