Html Css Color HEX #966FB8 Purple Mountain's Majesty
📋 copy color: '#966FB8'red 150 ◦ green 111 ◦ blue 184
Shades of Purple Mountain's Majesty #966FB8
Tints of Purple Mountain's Majesty #966FB8
RGB
CMYK
RGB Variations
Color information
#966FB8 (or 0x966FB8) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6F and B8. RGB value is (150,111,184). Sum of RGB (Red+Green+Blue) = 150+111+184=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #966FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FB8 is #699047. Grayscale: #828282. Windows color (decimal): -6918216 or 12087190. OLE color: 12087190.
HSL color Cylindrical-coordinate representation of color #966FB8: hue angle of 272.05º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #966FB8 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 111 | 184 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.28 |
| HSL | 272.05º | 0.34% | 0.58% | - |
| HSV(B) | 272.05º | 0.4% | 0.72% | - |
| XYZ | 26.91 | 21.31 | 48.04 | - |
| YUV | 130.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 184 | 0.18 | 0.40 | 0 | 0.28 | 272.05 | 0.34 | 0.58 |
| Hex | 96 | 6F | B8 | 12 | 28 | 0 | 1C | 110 | 22 | 3A |
| Octal | 226 | 157 | 270 | 22 | 50 | 0 | 34 | 420 | 42 | 72 |
| Binary | 10010110 | 1101111 | 10111000 | 10010 | 101000 | 0 | 11100 | 100010000 | 100010 | 111010 |
Color Harmonies of #966FB8
Complementary color
Monochromatic Colors of #966FB8
Black with #966FB8
Text Example
Text Example
White with #966FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FB8; }
p { color: rgb(150,111,184); }
H1.HeaderClassName
{
color: #966FB8;
}
.AnyTagClassName
{
color: #966FB8;
}
</style>
background-color css
<style>
a { background-color: #966FB8; }
a { background-color: rgb(150,111,184); }
div.DivClassName
{
background-color: #966FB8;
}
.BgClassName
{
background-color: #966FB8;
}
</style>
border-color css
<style>
span { border-color: #966FB8; }
span { border-color: rgb(150,111,184); }
td.TdClassName
{
border-color: #966FB8;
}
.TagClassName
{
border-color: #966FB8;
}
</style>