Html Css Color HEX #967BAD Purple Mountain's Majesty
📋 copy color: '#967BAD'red 150 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #967BAD
Tints of Purple Mountain's Majesty #967BAD
RGB
CMYK
RGB Variations
Color information
#967BAD (or 0x967BAD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and AD. RGB value is (150,123,173). Sum of RGB (Red+Green+Blue) = 150+123+173=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #967BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAD is #698452. Grayscale: #888888. Windows color (decimal): -6915155 or 11369366. OLE color: 11369366.
HSL color Cylindrical-coordinate representation of color #967BAD: hue angle of 272.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967BAD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 123 | 173 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.32 |
| HSL | 272.4º | 0.23% | 0.58% | - |
| HSV(B) | 272.4º | 0.29% | 0.68% | - |
| XYZ | 27.2 | 23.67 | 42.67 | - |
| YUV | 136.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 173 | 0.13 | 0.29 | 0 | 0.32 | 272.4 | 0.23 | 0.58 |
| Hex | 96 | 7B | AD | D | 1D | 0 | 20 | 110 | 17 | 3A |
| Octal | 226 | 173 | 255 | 15 | 35 | 0 | 40 | 420 | 27 | 72 |
| Binary | 10010110 | 1111011 | 10101101 | 1101 | 11101 | 0 | 100000 | 100010000 | 10111 | 111010 |
Color Harmonies of #967BAD
Complementary color
Monochromatic Colors of #967BAD
Black with #967BAD
Text Example
Text Example
White with #967BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BAD; }
p { color: rgb(150,123,173); }
H1.HeaderClassName
{
color: #967BAD;
}
.AnyTagClassName
{
color: #967BAD;
}
</style>
background-color css
<style>
a { background-color: #967BAD; }
a { background-color: rgb(150,123,173); }
div.DivClassName
{
background-color: #967BAD;
}
.BgClassName
{
background-color: #967BAD;
}
</style>
border-color css
<style>
span { border-color: #967BAD; }
span { border-color: rgb(150,123,173); }
td.TdClassName
{
border-color: #967BAD;
}
.TagClassName
{
border-color: #967BAD;
}
</style>