Html Css Color HEX #947ABB Purple Mountain's Majesty
📋 copy color: '#947ABB'red 148 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #947ABB
Tints of Purple Mountain's Majesty #947ABB
RGB
CMYK
RGB Variations
Color information
#947ABB (or 0x947ABB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and BB. RGB value is (148,122,187). Sum of RGB (Red+Green+Blue) = 148+122+187=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #947ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ABB is #6B8544. Grayscale: #888888. Windows color (decimal): -7046469 or 12286612. OLE color: 12286612.
HSL color Cylindrical-coordinate representation of color #947ABB: hue angle of 264º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947ABB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 122 | 187 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.27 |
| HSL | 264º | 0.32% | 0.61% | - |
| HSV(B) | 264º | 0.35% | 0.73% | - |
| XYZ | 28.14 | 23.8 | 50.12 | - |
| YUV | 137.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 187 | 0.21 | 0.35 | 0 | 0.27 | 264 | 0.32 | 0.61 |
| Hex | 94 | 7A | BB | 15 | 23 | 0 | 1B | 108 | 20 | 3D |
| Octal | 224 | 172 | 273 | 25 | 43 | 0 | 33 | 410 | 40 | 75 |
| Binary | 10010100 | 1111010 | 10111011 | 10101 | 100011 | 0 | 11011 | 100001000 | 100000 | 111101 |
Color Harmonies of #947ABB
Complementary color
Monochromatic Colors of #947ABB
Black with #947ABB
Text Example
Text Example
White with #947ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ABB; }
p { color: rgb(148,122,187); }
H1.HeaderClassName
{
color: #947ABB;
}
.AnyTagClassName
{
color: #947ABB;
}
</style>
background-color css
<style>
a { background-color: #947ABB; }
a { background-color: rgb(148,122,187); }
div.DivClassName
{
background-color: #947ABB;
}
.BgClassName
{
background-color: #947ABB;
}
</style>
border-color css
<style>
span { border-color: #947ABB; }
span { border-color: rgb(148,122,187); }
td.TdClassName
{
border-color: #947ABB;
}
.TagClassName
{
border-color: #947ABB;
}
</style>