Html Css Color HEX #967CB4 Purple Mountain's Majesty
📋 copy color: '#967CB4'red 150 ◦ green 124 ◦ blue 180
Shades of Purple Mountain's Majesty #967CB4
Tints of Purple Mountain's Majesty #967CB4
RGB
CMYK
RGB Variations
Color information
#967CB4 (or 0x967CB4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and B4. RGB value is (150,124,180). Sum of RGB (Red+Green+Blue) = 150+124+180=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #967CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CB4 is #69834B. Grayscale: #898989. Windows color (decimal): -6914892 or 11828374. OLE color: 11828374.
HSL color Cylindrical-coordinate representation of color #967CB4: hue angle of 267.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967CB4 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 124 | 180 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.29 |
| HSL | 267.86º | 0.27% | 0.6% | - |
| HSV(B) | 267.86º | 0.31% | 0.71% | - |
| XYZ | 28.02 | 24.19 | 46.37 | - |
| YUV | 138.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 180 | 0.17 | 0.31 | 0 | 0.29 | 267.86 | 0.27 | 0.6 |
| Hex | 96 | 7C | B4 | 11 | 1F | 0 | 1D | 10C | 1B | 3C |
| Octal | 226 | 174 | 264 | 21 | 37 | 0 | 35 | 414 | 33 | 74 |
| Binary | 10010110 | 1111100 | 10110100 | 10001 | 11111 | 0 | 11101 | 100001100 | 11011 | 111100 |
Color Harmonies of #967CB4
Complementary color
Monochromatic Colors of #967CB4
Black with #967CB4
Text Example
Text Example
White with #967CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CB4; }
p { color: rgb(150,124,180); }
H1.HeaderClassName
{
color: #967CB4;
}
.AnyTagClassName
{
color: #967CB4;
}
</style>
background-color css
<style>
a { background-color: #967CB4; }
a { background-color: rgb(150,124,180); }
div.DivClassName
{
background-color: #967CB4;
}
.BgClassName
{
background-color: #967CB4;
}
</style>
border-color css
<style>
span { border-color: #967CB4; }
span { border-color: rgb(150,124,180); }
td.TdClassName
{
border-color: #967CB4;
}
.TagClassName
{
border-color: #967CB4;
}
</style>