Html Css Color HEX #947BB8 Purple Mountain's Majesty
📋 copy color: '#947BB8'red 148 ◦ green 123 ◦ blue 184
Shades of Purple Mountain's Majesty #947BB8
Tints of Purple Mountain's Majesty #947BB8
RGB
CMYK
RGB Variations
Color information
#947BB8 (or 0x947BB8) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and B8. RGB value is (148,123,184). Sum of RGB (Red+Green+Blue) = 148+123+184=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #947BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BB8 is #6B8447. Grayscale: #898989. Windows color (decimal): -7046216 or 12090260. OLE color: 12090260.
HSL color Cylindrical-coordinate representation of color #947BB8: hue angle of 264.59º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947BB8 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 123 | 184 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.28 |
| HSL | 264.59º | 0.3% | 0.6% | - |
| HSV(B) | 264.59º | 0.33% | 0.72% | - |
| XYZ | 27.95 | 23.92 | 48.49 | - |
| YUV | 137.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 184 | 0.20 | 0.33 | 0 | 0.28 | 264.59 | 0.3 | 0.6 |
| Hex | 94 | 7B | B8 | 14 | 21 | 0 | 1C | 109 | 1E | 3C |
| Octal | 224 | 173 | 270 | 24 | 41 | 0 | 34 | 411 | 36 | 74 |
| Binary | 10010100 | 1111011 | 10111000 | 10100 | 100001 | 0 | 11100 | 100001001 | 11110 | 111100 |
Color Harmonies of #947BB8
Complementary color
Monochromatic Colors of #947BB8
Black with #947BB8
Text Example
Text Example
White with #947BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BB8; }
p { color: rgb(148,123,184); }
H1.HeaderClassName
{
color: #947BB8;
}
.AnyTagClassName
{
color: #947BB8;
}
</style>
background-color css
<style>
a { background-color: #947BB8; }
a { background-color: rgb(148,123,184); }
div.DivClassName
{
background-color: #947BB8;
}
.BgClassName
{
background-color: #947BB8;
}
</style>
border-color css
<style>
span { border-color: #947BB8; }
span { border-color: rgb(148,123,184); }
td.TdClassName
{
border-color: #947BB8;
}
.TagClassName
{
border-color: #947BB8;
}
</style>