Html Css Color HEX #947BBB Purple Mountain's Majesty
📋 copy color: '#947BBB'red 148 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #947BBB
Tints of Purple Mountain's Majesty #947BBB
RGB
CMYK
RGB Variations
Color information
#947BBB (or 0x947BBB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and BB. RGB value is (148,123,187). Sum of RGB (Red+Green+Blue) = 148+123+187=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #947BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBB is #6B8444. Grayscale: #898989. Windows color (decimal): -7046213 or 12286868. OLE color: 12286868.
HSL color Cylindrical-coordinate representation of color #947BBB: hue angle of 263.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947BBB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 123 | 187 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.27 |
| HSL | 263.44º | 0.32% | 0.61% | - |
| HSV(B) | 263.44º | 0.34% | 0.73% | - |
| XYZ | 28.27 | 24.05 | 50.17 | - |
| YUV | 137.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 187 | 0.21 | 0.34 | 0 | 0.27 | 263.44 | 0.32 | 0.61 |
| Hex | 94 | 7B | BB | 15 | 22 | 0 | 1B | 107 | 20 | 3D |
| Octal | 224 | 173 | 273 | 25 | 42 | 0 | 33 | 407 | 40 | 75 |
| Binary | 10010100 | 1111011 | 10111011 | 10101 | 100010 | 0 | 11011 | 100000111 | 100000 | 111101 |
Color Harmonies of #947BBB
Complementary color
Monochromatic Colors of #947BBB
Black with #947BBB
Text Example
Text Example
White with #947BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BBB; }
p { color: rgb(148,123,187); }
H1.HeaderClassName
{
color: #947BBB;
}
.AnyTagClassName
{
color: #947BBB;
}
</style>
background-color css
<style>
a { background-color: #947BBB; }
a { background-color: rgb(148,123,187); }
div.DivClassName
{
background-color: #947BBB;
}
.BgClassName
{
background-color: #947BBB;
}
</style>
border-color css
<style>
span { border-color: #947BBB; }
span { border-color: rgb(148,123,187); }
td.TdClassName
{
border-color: #947BBB;
}
.TagClassName
{
border-color: #947BBB;
}
</style>