Html Css Color HEX #946FB6 Purple Mountain's Majesty
📋 copy color: '#946FB6'red 148 ◦ green 111 ◦ blue 182
Shades of Purple Mountain's Majesty #946FB6
Tints of Purple Mountain's Majesty #946FB6
RGB
CMYK
RGB Variations
Color information
#946FB6 (or 0x946FB6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6F and B6. RGB value is (148,111,182). Sum of RGB (Red+Green+Blue) = 148+111+182=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #946FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FB6 is #6B9049. Grayscale: #818181. Windows color (decimal): -7049290 or 11956116. OLE color: 11956116.
HSL color Cylindrical-coordinate representation of color #946FB6: hue angle of 271.27º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #946FB6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 111 | 182 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.29 |
| HSL | 271.27º | 0.33% | 0.57% | - |
| HSV(B) | 271.27º | 0.39% | 0.71% | - |
| XYZ | 26.34 | 21.04 | 46.93 | - |
| YUV | 130.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 182 | 0.19 | 0.39 | 0 | 0.29 | 271.27 | 0.33 | 0.57 |
| Hex | 94 | 6F | B6 | 13 | 27 | 0 | 1D | 10F | 21 | 39 |
| Octal | 224 | 157 | 266 | 23 | 47 | 0 | 35 | 417 | 41 | 71 |
| Binary | 10010100 | 1101111 | 10110110 | 10011 | 100111 | 0 | 11101 | 100001111 | 100001 | 111001 |
Color Harmonies of #946FB6
Complementary color
Monochromatic Colors of #946FB6
Black with #946FB6
Text Example
Text Example
White with #946FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FB6; }
p { color: rgb(148,111,182); }
H1.HeaderClassName
{
color: #946FB6;
}
.AnyTagClassName
{
color: #946FB6;
}
</style>
background-color css
<style>
a { background-color: #946FB6; }
a { background-color: rgb(148,111,182); }
div.DivClassName
{
background-color: #946FB6;
}
.BgClassName
{
background-color: #946FB6;
}
</style>
border-color css
<style>
span { border-color: #946FB6; }
span { border-color: rgb(148,111,182); }
td.TdClassName
{
border-color: #946FB6;
}
.TagClassName
{
border-color: #946FB6;
}
</style>