Html Css Color HEX #9C78B4 Purple Mountain's Majesty
📋 copy color: '#9C78B4'red 156 ◦ green 120 ◦ blue 180
Shades of Purple Mountain's Majesty #9C78B4
Tints of Purple Mountain's Majesty #9C78B4
RGB
CMYK
RGB Variations
Color information
#9C78B4 (or 0x9C78B4) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 78 and B4. RGB value is (156,120,180). Sum of RGB (Red+Green+Blue) = 156+120+180=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C78B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78B4 is #63874B. Grayscale: #898989. Windows color (decimal): -6522700 or 11827356. OLE color: 11827356.
HSL color Cylindrical-coordinate representation of color #9C78B4: hue angle of 276º 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 #9C78B4 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 120 | 180 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.29 |
| HSL | 276º | 0.29% | 0.59% | - |
| HSV(B) | 276º | 0.33% | 0.71% | - |
| XYZ | 28.66 | 23.8 | 46.26 | - |
| YUV | 137.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 180 | 0.13 | 0.33 | 0 | 0.29 | 276 | 0.29 | 0.59 |
| Hex | 9C | 78 | B4 | D | 21 | 0 | 1D | 114 | 1D | 3B |
| Octal | 234 | 170 | 264 | 15 | 41 | 0 | 35 | 424 | 35 | 73 |
| Binary | 10011100 | 1111000 | 10110100 | 1101 | 100001 | 0 | 11101 | 100010100 | 11101 | 111011 |
Color Harmonies of #9C78B4
Complementary color
Monochromatic Colors of #9C78B4
Black with #9C78B4
Text Example
Text Example
White with #9C78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78B4; }
p { color: rgb(156,120,180); }
H1.HeaderClassName
{
color: #9C78B4;
}
.AnyTagClassName
{
color: #9C78B4;
}
</style>
background-color css
<style>
a { background-color: #9C78B4; }
a { background-color: rgb(156,120,180); }
div.DivClassName
{
background-color: #9C78B4;
}
.BgClassName
{
background-color: #9C78B4;
}
</style>
border-color css
<style>
span { border-color: #9C78B4; }
span { border-color: rgb(156,120,180); }
td.TdClassName
{
border-color: #9C78B4;
}
.TagClassName
{
border-color: #9C78B4;
}
</style>