Html Css Color HEX #9D78C1 Purple Mountain's Majesty
📋 copy color: '#9D78C1'red 157 ◦ green 120 ◦ blue 193
Shades of Purple Mountain's Majesty #9D78C1
Tints of Purple Mountain's Majesty #9D78C1
RGB
CMYK
RGB Variations
Color information
#9D78C1 (or 0x9D78C1) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 78 and C1. RGB value is (157,120,193). Sum of RGB (Red+Green+Blue) = 157+120+193=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D78C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78C1 is #62873E. Grayscale: #8B8B8B. Windows color (decimal): -6457151 or 12679325. OLE color: 12679325.
HSL color Cylindrical-coordinate representation of color #9D78C1: hue angle of 270.41º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D78C1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 120 | 193 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.24 |
| HSL | 270.41º | 0.37% | 0.61% | - |
| HSV(B) | 270.41º | 0.38% | 0.76% | - |
| XYZ | 30.25 | 24.45 | 53.58 | - |
| YUV | 139.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 193 | 0.19 | 0.38 | 0 | 0.24 | 270.41 | 0.37 | 0.61 |
| Hex | 9D | 78 | C1 | 13 | 26 | 0 | 18 | 10E | 25 | 3D |
| Octal | 235 | 170 | 301 | 23 | 46 | 0 | 30 | 416 | 45 | 75 |
| Binary | 10011101 | 1111000 | 11000001 | 10011 | 100110 | 0 | 11000 | 100001110 | 100101 | 111101 |
Color Harmonies of #9D78C1
Complementary color
Monochromatic Colors of #9D78C1
Black with #9D78C1
Text Example
Text Example
White with #9D78C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D78C1; }
p { color: rgb(157,120,193); }
H1.HeaderClassName
{
color: #9D78C1;
}
.AnyTagClassName
{
color: #9D78C1;
}
</style>
background-color css
<style>
a { background-color: #9D78C1; }
a { background-color: rgb(157,120,193); }
div.DivClassName
{
background-color: #9D78C1;
}
.BgClassName
{
background-color: #9D78C1;
}
</style>
border-color css
<style>
span { border-color: #9D78C1; }
span { border-color: rgb(157,120,193); }
td.TdClassName
{
border-color: #9D78C1;
}
.TagClassName
{
border-color: #9D78C1;
}
</style>