Html Css Color HEX #947ABC Purple Mountain's Majesty
📋 copy color: '#947ABC'red 148 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #947ABC
Tints of Purple Mountain's Majesty #947ABC
RGB
CMYK
RGB Variations
Color information
#947ABC (or 0x947ABC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and BC. RGB value is (148,122,188). Sum of RGB (Red+Green+Blue) = 148+122+188=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #947ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ABC is #6B8543. Grayscale: #898989. Windows color (decimal): -7046468 or 12352148. OLE color: 12352148.
HSL color Cylindrical-coordinate representation of color #947ABC: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947ABC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 122 | 188 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.26 |
| HSL | 263.64º | 0.33% | 0.61% | - |
| HSV(B) | 263.64º | 0.35% | 0.74% | - |
| XYZ | 28.25 | 23.85 | 50.69 | - |
| YUV | 137.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 188 | 0.21 | 0.35 | 0 | 0.26 | 263.64 | 0.33 | 0.61 |
| Hex | 94 | 7A | BC | 15 | 23 | 0 | 1A | 108 | 21 | 3D |
| Octal | 224 | 172 | 274 | 25 | 43 | 0 | 32 | 410 | 41 | 75 |
| Binary | 10010100 | 1111010 | 10111100 | 10101 | 100011 | 0 | 11010 | 100001000 | 100001 | 111101 |
Color Harmonies of #947ABC
Complementary color
Monochromatic Colors of #947ABC
Black with #947ABC
Text Example
Text Example
White with #947ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ABC; }
p { color: rgb(148,122,188); }
H1.HeaderClassName
{
color: #947ABC;
}
.AnyTagClassName
{
color: #947ABC;
}
</style>
background-color css
<style>
a { background-color: #947ABC; }
a { background-color: rgb(148,122,188); }
div.DivClassName
{
background-color: #947ABC;
}
.BgClassName
{
background-color: #947ABC;
}
</style>
border-color css
<style>
span { border-color: #947ABC; }
span { border-color: rgb(148,122,188); }
td.TdClassName
{
border-color: #947ABC;
}
.TagClassName
{
border-color: #947ABC;
}
</style>