Html Css Color HEX #946FBA Purple Mountain's Majesty
📋 copy color: '#946FBA'red 148 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #946FBA
Tints of Purple Mountain's Majesty #946FBA
RGB
CMYK
RGB Variations
Color information
#946FBA (or 0x946FBA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6F and BA. RGB value is (148,111,186). Sum of RGB (Red+Green+Blue) = 148+111+186=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #946FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FBA is #6B9045. Grayscale: #828282. Windows color (decimal): -7049286 or 12218260. OLE color: 12218260.
HSL color Cylindrical-coordinate representation of color #946FBA: hue angle of 269.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946FBA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 111 | 186 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.27 |
| HSL | 269.6º | 0.35% | 0.58% | - |
| HSV(B) | 269.6º | 0.4% | 0.73% | - |
| XYZ | 26.76 | 21.21 | 49.14 | - |
| YUV | 130.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 186 | 0.20 | 0.40 | 0 | 0.27 | 269.6 | 0.35 | 0.58 |
| Hex | 94 | 6F | BA | 14 | 28 | 0 | 1B | 10E | 23 | 3A |
| Octal | 224 | 157 | 272 | 24 | 50 | 0 | 33 | 416 | 43 | 72 |
| Binary | 10010100 | 1101111 | 10111010 | 10100 | 101000 | 0 | 11011 | 100001110 | 100011 | 111010 |
Color Harmonies of #946FBA
Complementary color
Monochromatic Colors of #946FBA
Black with #946FBA
Text Example
Text Example
White with #946FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FBA; }
p { color: rgb(148,111,186); }
H1.HeaderClassName
{
color: #946FBA;
}
.AnyTagClassName
{
color: #946FBA;
}
</style>
background-color css
<style>
a { background-color: #946FBA; }
a { background-color: rgb(148,111,186); }
div.DivClassName
{
background-color: #946FBA;
}
.BgClassName
{
background-color: #946FBA;
}
</style>
border-color css
<style>
span { border-color: #946FBA; }
span { border-color: rgb(148,111,186); }
td.TdClassName
{
border-color: #946FBA;
}
.TagClassName
{
border-color: #946FBA;
}
</style>