Html Css Color HEX #9678B4 Purple Mountain's Majesty
📋 copy color: '#9678B4'red 150 ◦ green 120 ◦ blue 180
Shades of Purple Mountain's Majesty #9678B4
Tints of Purple Mountain's Majesty #9678B4
RGB
CMYK
RGB Variations
Color information
#9678B4 (or 0x9678B4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and B4. RGB value is (150,120,180). Sum of RGB (Red+Green+Blue) = 150+120+180=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #9678B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678B4 is #69874B. Grayscale: #878787. Windows color (decimal): -6915916 or 11827350. OLE color: 11827350.
HSL color Cylindrical-coordinate representation of color #9678B4: hue angle of 270º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9678B4 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 120 | 180 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.29 |
| HSL | 270º | 0.29% | 0.59% | - |
| HSV(B) | 270º | 0.33% | 0.71% | - |
| XYZ | 27.53 | 23.21 | 46.21 | - |
| YUV | 135.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 180 | 0.17 | 0.33 | 0 | 0.29 | 270 | 0.29 | 0.59 |
| Hex | 96 | 78 | B4 | 11 | 21 | 0 | 1D | 10E | 1D | 3B |
| Octal | 226 | 170 | 264 | 21 | 41 | 0 | 35 | 416 | 35 | 73 |
| Binary | 10010110 | 1111000 | 10110100 | 10001 | 100001 | 0 | 11101 | 100001110 | 11101 | 111011 |
Color Harmonies of #9678B4
Complementary color
Monochromatic Colors of #9678B4
Black with #9678B4
Text Example
Text Example
White with #9678B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678B4; }
p { color: rgb(150,120,180); }
H1.HeaderClassName
{
color: #9678B4;
}
.AnyTagClassName
{
color: #9678B4;
}
</style>
background-color css
<style>
a { background-color: #9678B4; }
a { background-color: rgb(150,120,180); }
div.DivClassName
{
background-color: #9678B4;
}
.BgClassName
{
background-color: #9678B4;
}
</style>
border-color css
<style>
span { border-color: #9678B4; }
span { border-color: rgb(150,120,180); }
td.TdClassName
{
border-color: #9678B4;
}
.TagClassName
{
border-color: #9678B4;
}
</style>