Html Css Color HEX #967FB6 Purple Mountain's Majesty
📋 copy color: '#967FB6'red 150 ◦ green 127 ◦ blue 182
Shades of Purple Mountain's Majesty #967FB6
Tints of Purple Mountain's Majesty #967FB6
RGB
CMYK
RGB Variations
Color information
#967FB6 (or 0x967FB6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and B6. RGB value is (150,127,182). Sum of RGB (Red+Green+Blue) = 150+127+182=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #967FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FB6 is #698049. Grayscale: #8B8B8B. Windows color (decimal): -6914122 or 11960214. OLE color: 11960214.
HSL color Cylindrical-coordinate representation of color #967FB6: hue angle of 265.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967FB6 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 127 | 182 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.29 |
| HSL | 265.09º | 0.27% | 0.61% | - |
| HSV(B) | 265.09º | 0.3% | 0.71% | - |
| XYZ | 28.61 | 25.04 | 47.58 | - |
| YUV | 140.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 182 | 0.18 | 0.30 | 0 | 0.29 | 265.09 | 0.27 | 0.61 |
| Hex | 96 | 7F | B6 | 12 | 1E | 0 | 1D | 109 | 1B | 3D |
| Octal | 226 | 177 | 266 | 22 | 36 | 0 | 35 | 411 | 33 | 75 |
| Binary | 10010110 | 1111111 | 10110110 | 10010 | 11110 | 0 | 11101 | 100001001 | 11011 | 111101 |
Color Harmonies of #967FB6
Complementary color
Monochromatic Colors of #967FB6
Black with #967FB6
Text Example
Text Example
White with #967FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FB6; }
p { color: rgb(150,127,182); }
H1.HeaderClassName
{
color: #967FB6;
}
.AnyTagClassName
{
color: #967FB6;
}
</style>
background-color css
<style>
a { background-color: #967FB6; }
a { background-color: rgb(150,127,182); }
div.DivClassName
{
background-color: #967FB6;
}
.BgClassName
{
background-color: #967FB6;
}
</style>
border-color css
<style>
span { border-color: #967FB6; }
span { border-color: rgb(150,127,182); }
td.TdClassName
{
border-color: #967FB6;
}
.TagClassName
{
border-color: #967FB6;
}
</style>