Html Css Color HEX #947BAD Purple Mountain's Majesty
📋 copy color: '#947BAD'red 148 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #947BAD
Tints of Purple Mountain's Majesty #947BAD
RGB
CMYK
RGB Variations
Color information
#947BAD (or 0x947BAD) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and AD. RGB value is (148,123,173). Sum of RGB (Red+Green+Blue) = 148+123+173=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #947BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAD is #6B8452. Grayscale: #888888. Windows color (decimal): -7046227 or 11369364. OLE color: 11369364.
HSL color Cylindrical-coordinate representation of color #947BAD: hue angle of 270º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947BAD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 123 | 173 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.32 |
| HSL | 270º | 0.23% | 0.58% | - |
| HSV(B) | 270º | 0.29% | 0.68% | - |
| XYZ | 26.84 | 23.48 | 42.65 | - |
| YUV | 136.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 173 | 0.14 | 0.29 | 0 | 0.32 | 270 | 0.23 | 0.58 |
| Hex | 94 | 7B | AD | E | 1D | 0 | 20 | 10E | 17 | 3A |
| Octal | 224 | 173 | 255 | 16 | 35 | 0 | 40 | 416 | 27 | 72 |
| Binary | 10010100 | 1111011 | 10101101 | 1110 | 11101 | 0 | 100000 | 100001110 | 10111 | 111010 |
Color Harmonies of #947BAD
Complementary color
Monochromatic Colors of #947BAD
Black with #947BAD
Text Example
Text Example
White with #947BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BAD; }
p { color: rgb(148,123,173); }
H1.HeaderClassName
{
color: #947BAD;
}
.AnyTagClassName
{
color: #947BAD;
}
</style>
background-color css
<style>
a { background-color: #947BAD; }
a { background-color: rgb(148,123,173); }
div.DivClassName
{
background-color: #947BAD;
}
.BgClassName
{
background-color: #947BAD;
}
</style>
border-color css
<style>
span { border-color: #947BAD; }
span { border-color: rgb(148,123,173); }
td.TdClassName
{
border-color: #947BAD;
}
.TagClassName
{
border-color: #947BAD;
}
</style>