Html Css Color HEX #967BB8 Purple Mountain's Majesty
📋 copy color: '#967BB8'red 150 ◦ green 123 ◦ blue 184
Shades of Purple Mountain's Majesty #967BB8
Tints of Purple Mountain's Majesty #967BB8
RGB
CMYK
RGB Variations
Color information
#967BB8 (or 0x967BB8) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and B8. RGB value is (150,123,184). Sum of RGB (Red+Green+Blue) = 150+123+184=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #967BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BB8 is #698447. Grayscale: #898989. Windows color (decimal): -6915144 or 12090262. OLE color: 12090262.
HSL color Cylindrical-coordinate representation of color #967BB8: hue angle of 266.56º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967BB8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 123 | 184 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.28 |
| HSL | 266.56º | 0.3% | 0.6% | - |
| HSV(B) | 266.56º | 0.33% | 0.72% | - |
| XYZ | 28.31 | 24.11 | 48.51 | - |
| YUV | 138.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 184 | 0.18 | 0.33 | 0 | 0.28 | 266.56 | 0.3 | 0.6 |
| Hex | 96 | 7B | B8 | 12 | 21 | 0 | 1C | 10B | 1E | 3C |
| Octal | 226 | 173 | 270 | 22 | 41 | 0 | 34 | 413 | 36 | 74 |
| Binary | 10010110 | 1111011 | 10111000 | 10010 | 100001 | 0 | 11100 | 100001011 | 11110 | 111100 |
Color Harmonies of #967BB8
Complementary color
Monochromatic Colors of #967BB8
Black with #967BB8
Text Example
Text Example
White with #967BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BB8; }
p { color: rgb(150,123,184); }
H1.HeaderClassName
{
color: #967BB8;
}
.AnyTagClassName
{
color: #967BB8;
}
</style>
background-color css
<style>
a { background-color: #967BB8; }
a { background-color: rgb(150,123,184); }
div.DivClassName
{
background-color: #967BB8;
}
.BgClassName
{
background-color: #967BB8;
}
</style>
border-color css
<style>
span { border-color: #967BB8; }
span { border-color: rgb(150,123,184); }
td.TdClassName
{
border-color: #967BB8;
}
.TagClassName
{
border-color: #967BB8;
}
</style>