Html Css Color HEX #9678B7 Purple Mountain's Majesty
📋 copy color: '#9678B7'red 150 ◦ green 120 ◦ blue 183
Shades of Purple Mountain's Majesty #9678B7
Tints of Purple Mountain's Majesty #9678B7
RGB
CMYK
RGB Variations
Color information
#9678B7 (or 0x9678B7) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and B7. RGB value is (150,120,183). Sum of RGB (Red+Green+Blue) = 150+120+183=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #9678B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678B7 is #698748. Grayscale: #878787. Windows color (decimal): -6915913 or 12023958. OLE color: 12023958.
HSL color Cylindrical-coordinate representation of color #9678B7: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9678B7 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 120 | 183 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.28 |
| HSL | 268.57º | 0.3% | 0.59% | - |
| HSV(B) | 268.57º | 0.34% | 0.72% | - |
| XYZ | 27.84 | 23.34 | 47.84 | - |
| YUV | 136.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 183 | 0.18 | 0.34 | 0 | 0.28 | 268.57 | 0.3 | 0.59 |
| Hex | 96 | 78 | B7 | 12 | 22 | 0 | 1C | 10D | 1E | 3B |
| Octal | 226 | 170 | 267 | 22 | 42 | 0 | 34 | 415 | 36 | 73 |
| Binary | 10010110 | 1111000 | 10110111 | 10010 | 100010 | 0 | 11100 | 100001101 | 11110 | 111011 |
Color Harmonies of #9678B7
Complementary color
Monochromatic Colors of #9678B7
Black with #9678B7
Text Example
Text Example
White with #9678B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678B7; }
p { color: rgb(150,120,183); }
H1.HeaderClassName
{
color: #9678B7;
}
.AnyTagClassName
{
color: #9678B7;
}
</style>
background-color css
<style>
a { background-color: #9678B7; }
a { background-color: rgb(150,120,183); }
div.DivClassName
{
background-color: #9678B7;
}
.BgClassName
{
background-color: #9678B7;
}
</style>
border-color css
<style>
span { border-color: #9678B7; }
span { border-color: rgb(150,120,183); }
td.TdClassName
{
border-color: #9678B7;
}
.TagClassName
{
border-color: #9678B7;
}
</style>