Html Css Color HEX #967CBE Purple Mountain's Majesty
📋 copy color: '#967CBE'red 150 ◦ green 124 ◦ blue 190
Shades of Purple Mountain's Majesty #967CBE
Tints of Purple Mountain's Majesty #967CBE
RGB
CMYK
RGB Variations
Color information
#967CBE (or 0x967CBE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and BE. RGB value is (150,124,190). Sum of RGB (Red+Green+Blue) = 150+124+190=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #967CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CBE is #698341. Grayscale: #8B8B8B. Windows color (decimal): -6914882 or 12483734. OLE color: 12483734.
HSL color Cylindrical-coordinate representation of color #967CBE: hue angle of 263.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967CBE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 124 | 190 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.25 |
| HSL | 263.64º | 0.34% | 0.62% | - |
| HSV(B) | 263.64º | 0.35% | 0.75% | - |
| XYZ | 29.08 | 24.62 | 51.93 | - |
| YUV | 139.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 190 | 0.21 | 0.35 | 0 | 0.25 | 263.64 | 0.34 | 0.62 |
| Hex | 96 | 7C | BE | 15 | 23 | 0 | 19 | 108 | 22 | 3E |
| Octal | 226 | 174 | 276 | 25 | 43 | 0 | 31 | 410 | 42 | 76 |
| Binary | 10010110 | 1111100 | 10111110 | 10101 | 100011 | 0 | 11001 | 100001000 | 100010 | 111110 |
Color Harmonies of #967CBE
Complementary color
Monochromatic Colors of #967CBE
Black with #967CBE
Text Example
Text Example
White with #967CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CBE; }
p { color: rgb(150,124,190); }
H1.HeaderClassName
{
color: #967CBE;
}
.AnyTagClassName
{
color: #967CBE;
}
</style>
background-color css
<style>
a { background-color: #967CBE; }
a { background-color: rgb(150,124,190); }
div.DivClassName
{
background-color: #967CBE;
}
.BgClassName
{
background-color: #967CBE;
}
</style>
border-color css
<style>
span { border-color: #967CBE; }
span { border-color: rgb(150,124,190); }
td.TdClassName
{
border-color: #967CBE;
}
.TagClassName
{
border-color: #967CBE;
}
</style>