Html Css Color HEX #9D78BF Purple Mountain's Majesty
📋 copy color: '#9D78BF'red 157 ◦ green 120 ◦ blue 191
Shades of Purple Mountain's Majesty #9D78BF
Tints of Purple Mountain's Majesty #9D78BF
RGB
CMYK
RGB Variations
Color information
#9D78BF (or 0x9D78BF) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 78 and BF. RGB value is (157,120,191). Sum of RGB (Red+Green+Blue) = 157+120+191=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D78BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78BF is #628740. Grayscale: #8A8A8A. Windows color (decimal): -6457153 or 12548253. OLE color: 12548253.
HSL color Cylindrical-coordinate representation of color #9D78BF: hue angle of 271.27º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D78BF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 120 | 191 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.25 |
| HSL | 271.27º | 0.36% | 0.61% | - |
| HSV(B) | 271.27º | 0.37% | 0.75% | - |
| XYZ | 30.03 | 24.36 | 52.41 | - |
| YUV | 139.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 191 | 0.18 | 0.37 | 0 | 0.25 | 271.27 | 0.36 | 0.61 |
| Hex | 9D | 78 | BF | 12 | 25 | 0 | 19 | 10F | 24 | 3D |
| Octal | 235 | 170 | 277 | 22 | 45 | 0 | 31 | 417 | 44 | 75 |
| Binary | 10011101 | 1111000 | 10111111 | 10010 | 100101 | 0 | 11001 | 100001111 | 100100 | 111101 |
Color Harmonies of #9D78BF
Complementary color
Monochromatic Colors of #9D78BF
Black with #9D78BF
Text Example
Text Example
White with #9D78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D78BF; }
p { color: rgb(157,120,191); }
H1.HeaderClassName
{
color: #9D78BF;
}
.AnyTagClassName
{
color: #9D78BF;
}
</style>
background-color css
<style>
a { background-color: #9D78BF; }
a { background-color: rgb(157,120,191); }
div.DivClassName
{
background-color: #9D78BF;
}
.BgClassName
{
background-color: #9D78BF;
}
</style>
border-color css
<style>
span { border-color: #9D78BF; }
span { border-color: rgb(157,120,191); }
td.TdClassName
{
border-color: #9D78BF;
}
.TagClassName
{
border-color: #9D78BF;
}
</style>