Html Css Color HEX #946AB5 Purple Mountain's Majesty
📋 copy color: '#946AB5'red 148 ◦ green 106 ◦ blue 181
Shades of Purple Mountain's Majesty #946AB5
Tints of Purple Mountain's Majesty #946AB5
RGB
CMYK
RGB Variations
Color information
#946AB5 (or 0x946AB5) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6A and B5. RGB value is (148,106,181). Sum of RGB (Red+Green+Blue) = 148+106+181=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #946AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AB5 is #6B954A. Grayscale: #7E7E7E. Windows color (decimal): -7050571 or 11889300. OLE color: 11889300.
HSL color Cylindrical-coordinate representation of color #946AB5: hue angle of 273.6º degrees, saturation: 0.34, 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 #946AB5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 106 | 181 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.29 |
| HSL | 273.6º | 0.34% | 0.56% | - |
| HSV(B) | 273.6º | 0.41% | 0.71% | - |
| XYZ | 25.71 | 19.94 | 46.21 | - |
| YUV | 127.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 181 | 0.18 | 0.41 | 0 | 0.29 | 273.6 | 0.34 | 0.56 |
| Hex | 94 | 6A | B5 | 12 | 29 | 0 | 1D | 112 | 22 | 38 |
| Octal | 224 | 152 | 265 | 22 | 51 | 0 | 35 | 422 | 42 | 70 |
| Binary | 10010100 | 1101010 | 10110101 | 10010 | 101001 | 0 | 11101 | 100010010 | 100010 | 111000 |
Color Harmonies of #946AB5
Complementary color
Monochromatic Colors of #946AB5
Black with #946AB5
Text Example
Text Example
White with #946AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AB5; }
p { color: rgb(148,106,181); }
H1.HeaderClassName
{
color: #946AB5;
}
.AnyTagClassName
{
color: #946AB5;
}
</style>
background-color css
<style>
a { background-color: #946AB5; }
a { background-color: rgb(148,106,181); }
div.DivClassName
{
background-color: #946AB5;
}
.BgClassName
{
background-color: #946AB5;
}
</style>
border-color css
<style>
span { border-color: #946AB5; }
span { border-color: rgb(148,106,181); }
td.TdClassName
{
border-color: #946AB5;
}
.TagClassName
{
border-color: #946AB5;
}
</style>