Html Css Color HEX #967EBC Purple Mountain's Majesty
📋 copy color: '#967EBC'red 150 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #967EBC
Tints of Purple Mountain's Majesty #967EBC
RGB
CMYK
RGB Variations
Color information
#967EBC (or 0x967EBC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and BC. RGB value is (150,126,188). Sum of RGB (Red+Green+Blue) = 150+126+188=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #967EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBC is #698143. Grayscale: #8C8C8C. Windows color (decimal): -6914372 or 12353174. OLE color: 12353174.
HSL color Cylindrical-coordinate representation of color #967EBC: hue angle of 263.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967EBC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 126 | 188 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.26 |
| HSL | 263.23º | 0.32% | 0.62% | - |
| HSV(B) | 263.23º | 0.33% | 0.74% | - |
| XYZ | 29.12 | 25.04 | 50.87 | - |
| YUV | 140.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 188 | 0.20 | 0.33 | 0 | 0.26 | 263.23 | 0.32 | 0.62 |
| Hex | 96 | 7E | BC | 14 | 21 | 0 | 1A | 107 | 20 | 3E |
| Octal | 226 | 176 | 274 | 24 | 41 | 0 | 32 | 407 | 40 | 76 |
| Binary | 10010110 | 1111110 | 10111100 | 10100 | 100001 | 0 | 11010 | 100000111 | 100000 | 111110 |
Color Harmonies of #967EBC
Complementary color
Monochromatic Colors of #967EBC
Black with #967EBC
Text Example
Text Example
White with #967EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EBC; }
p { color: rgb(150,126,188); }
H1.HeaderClassName
{
color: #967EBC;
}
.AnyTagClassName
{
color: #967EBC;
}
</style>
background-color css
<style>
a { background-color: #967EBC; }
a { background-color: rgb(150,126,188); }
div.DivClassName
{
background-color: #967EBC;
}
.BgClassName
{
background-color: #967EBC;
}
</style>
border-color css
<style>
span { border-color: #967EBC; }
span { border-color: rgb(150,126,188); }
td.TdClassName
{
border-color: #967EBC;
}
.TagClassName
{
border-color: #967EBC;
}
</style>