Html Css Color HEX #947EAF Purple Mountain's Majesty
📋 copy color: '#947EAF'red 148 ◦ green 126 ◦ blue 175
Shades of Purple Mountain's Majesty #947EAF
Tints of Purple Mountain's Majesty #947EAF
RGB
CMYK
RGB Variations
Color information
#947EAF (or 0x947EAF) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7E and AF. RGB value is (148,126,175). Sum of RGB (Red+Green+Blue) = 148+126+175=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #947EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947EAF is #6B8150. Grayscale: #898989. Windows color (decimal): -7045457 or 11501204. OLE color: 11501204.
HSL color Cylindrical-coordinate representation of color #947EAF: hue angle of 266.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947EAF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 126 | 175 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.31 |
| HSL | 266.94º | 0.23% | 0.59% | - |
| HSV(B) | 266.94º | 0.28% | 0.69% | - |
| XYZ | 27.41 | 24.31 | 43.81 | - |
| YUV | 138.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 175 | 0.15 | 0.28 | 0 | 0.31 | 266.94 | 0.23 | 0.59 |
| Hex | 94 | 7E | AF | F | 1C | 0 | 1F | 10B | 17 | 3B |
| Octal | 224 | 176 | 257 | 17 | 34 | 0 | 37 | 413 | 27 | 73 |
| Binary | 10010100 | 1111110 | 10101111 | 1111 | 11100 | 0 | 11111 | 100001011 | 10111 | 111011 |
Color Harmonies of #947EAF
Complementary color
Monochromatic Colors of #947EAF
Black with #947EAF
Text Example
Text Example
White with #947EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EAF; }
p { color: rgb(148,126,175); }
H1.HeaderClassName
{
color: #947EAF;
}
.AnyTagClassName
{
color: #947EAF;
}
</style>
background-color css
<style>
a { background-color: #947EAF; }
a { background-color: rgb(148,126,175); }
div.DivClassName
{
background-color: #947EAF;
}
.BgClassName
{
background-color: #947EAF;
}
</style>
border-color css
<style>
span { border-color: #947EAF; }
span { border-color: rgb(148,126,175); }
td.TdClassName
{
border-color: #947EAF;
}
.TagClassName
{
border-color: #947EAF;
}
</style>