Html Css Color HEX #9678B3 Purple Mountain's Majesty
📋 copy color: '#9678B3'red 150 ◦ green 120 ◦ blue 179
Shades of Purple Mountain's Majesty #9678B3
Tints of Purple Mountain's Majesty #9678B3
RGB
CMYK
RGB Variations
Color information
#9678B3 (or 0x9678B3) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and B3. RGB value is (150,120,179). Sum of RGB (Red+Green+Blue) = 150+120+179=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #9678B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678B3 is #69874C. Grayscale: #878787. Windows color (decimal): -6915917 or 11761814. OLE color: 11761814.
HSL color Cylindrical-coordinate representation of color #9678B3: hue angle of 270.51º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9678B3 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 120 | 179 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.30 |
| HSL | 270.51º | 0.28% | 0.59% | - |
| HSV(B) | 270.51º | 0.33% | 0.7% | - |
| XYZ | 27.43 | 23.17 | 45.67 | - |
| YUV | 135.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 179 | 0.16 | 0.33 | 0 | 0.30 | 270.51 | 0.28 | 0.59 |
| Hex | 96 | 78 | B3 | 10 | 21 | 0 | 1E | 10F | 1C | 3B |
| Octal | 226 | 170 | 263 | 20 | 41 | 0 | 36 | 417 | 34 | 73 |
| Binary | 10010110 | 1111000 | 10110011 | 10000 | 100001 | 0 | 11110 | 100001111 | 11100 | 111011 |
Color Harmonies of #9678B3
Complementary color
Monochromatic Colors of #9678B3
Black with #9678B3
Text Example
Text Example
White with #9678B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678B3; }
p { color: rgb(150,120,179); }
H1.HeaderClassName
{
color: #9678B3;
}
.AnyTagClassName
{
color: #9678B3;
}
</style>
background-color css
<style>
a { background-color: #9678B3; }
a { background-color: rgb(150,120,179); }
div.DivClassName
{
background-color: #9678B3;
}
.BgClassName
{
background-color: #9678B3;
}
</style>
border-color css
<style>
span { border-color: #9678B3; }
span { border-color: rgb(150,120,179); }
td.TdClassName
{
border-color: #9678B3;
}
.TagClassName
{
border-color: #9678B3;
}
</style>