Html Css Color HEX #967CBD Purple Mountain's Majesty
📋 copy color: '#967CBD'red 150 ◦ green 124 ◦ blue 189
Shades of Purple Mountain's Majesty #967CBD
Tints of Purple Mountain's Majesty #967CBD
RGB
CMYK
RGB Variations
Color information
#967CBD (or 0x967CBD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and BD. RGB value is (150,124,189). Sum of RGB (Red+Green+Blue) = 150+124+189=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #967CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CBD is #698342. Grayscale: #8A8A8A. Windows color (decimal): -6914883 or 12418198. OLE color: 12418198.
HSL color Cylindrical-coordinate representation of color #967CBD: hue angle of 264º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967CBD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 124 | 189 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.26 |
| HSL | 264º | 0.33% | 0.61% | - |
| HSV(B) | 264º | 0.34% | 0.74% | - |
| XYZ | 28.97 | 24.57 | 51.36 | - |
| YUV | 139.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 189 | 0.21 | 0.34 | 0 | 0.26 | 264 | 0.33 | 0.61 |
| Hex | 96 | 7C | BD | 15 | 22 | 0 | 1A | 108 | 21 | 3D |
| Octal | 226 | 174 | 275 | 25 | 42 | 0 | 32 | 410 | 41 | 75 |
| Binary | 10010110 | 1111100 | 10111101 | 10101 | 100010 | 0 | 11010 | 100001000 | 100001 | 111101 |
Color Harmonies of #967CBD
Complementary color
Monochromatic Colors of #967CBD
Black with #967CBD
Text Example
Text Example
White with #967CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CBD; }
p { color: rgb(150,124,189); }
H1.HeaderClassName
{
color: #967CBD;
}
.AnyTagClassName
{
color: #967CBD;
}
</style>
background-color css
<style>
a { background-color: #967CBD; }
a { background-color: rgb(150,124,189); }
div.DivClassName
{
background-color: #967CBD;
}
.BgClassName
{
background-color: #967CBD;
}
</style>
border-color css
<style>
span { border-color: #967CBD; }
span { border-color: rgb(150,124,189); }
td.TdClassName
{
border-color: #967CBD;
}
.TagClassName
{
border-color: #967CBD;
}
</style>