Html Css Color HEX #967EBD Purple Mountain's Majesty
📋 copy color: '#967EBD'red 150 ◦ green 126 ◦ blue 189
Shades of Purple Mountain's Majesty #967EBD
Tints of Purple Mountain's Majesty #967EBD
RGB
CMYK
RGB Variations
Color information
#967EBD (or 0x967EBD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and BD. RGB value is (150,126,189). Sum of RGB (Red+Green+Blue) = 150+126+189=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #967EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBD is #698142. Grayscale: #8C8C8C. Windows color (decimal): -6914371 or 12418710. OLE color: 12418710.
HSL color Cylindrical-coordinate representation of color #967EBD: hue angle of 262.86º 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 #967EBD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 126 | 189 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.26 |
| HSL | 262.86º | 0.32% | 0.62% | - |
| HSV(B) | 262.86º | 0.33% | 0.74% | - |
| XYZ | 29.22 | 25.08 | 51.44 | - |
| YUV | 140.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 189 | 0.21 | 0.33 | 0 | 0.26 | 262.86 | 0.32 | 0.62 |
| Hex | 96 | 7E | BD | 15 | 21 | 0 | 1A | 107 | 20 | 3E |
| Octal | 226 | 176 | 275 | 25 | 41 | 0 | 32 | 407 | 40 | 76 |
| Binary | 10010110 | 1111110 | 10111101 | 10101 | 100001 | 0 | 11010 | 100000111 | 100000 | 111110 |
Color Harmonies of #967EBD
Complementary color
Monochromatic Colors of #967EBD
Black with #967EBD
Text Example
Text Example
White with #967EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EBD; }
p { color: rgb(150,126,189); }
H1.HeaderClassName
{
color: #967EBD;
}
.AnyTagClassName
{
color: #967EBD;
}
</style>
background-color css
<style>
a { background-color: #967EBD; }
a { background-color: rgb(150,126,189); }
div.DivClassName
{
background-color: #967EBD;
}
.BgClassName
{
background-color: #967EBD;
}
</style>
border-color css
<style>
span { border-color: #967EBD; }
span { border-color: rgb(150,126,189); }
td.TdClassName
{
border-color: #967EBD;
}
.TagClassName
{
border-color: #967EBD;
}
</style>