Html Css Color HEX #9378B6 Purple Mountain's Majesty
📋 copy color: '#9378B6'red 147 ◦ green 120 ◦ blue 182
Shades of Purple Mountain's Majesty #9378B6
Tints of Purple Mountain's Majesty #9378B6
RGB
CMYK
RGB Variations
Color information
#9378B6 (or 0x9378B6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 78 and B6. RGB value is (147,120,182). Sum of RGB (Red+Green+Blue) = 147+120+182=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #9378B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378B6 is #6C8749. Grayscale: #868686. Windows color (decimal): -7112522 or 11958419. OLE color: 11958419.
HSL color Cylindrical-coordinate representation of color #9378B6: hue angle of 266.13º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9378B6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 120 | 182 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.29 |
| HSL | 266.13º | 0.3% | 0.59% | - |
| HSV(B) | 266.13º | 0.34% | 0.71% | - |
| XYZ | 27.19 | 23.01 | 47.26 | - |
| YUV | 135.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 182 | 0.19 | 0.34 | 0 | 0.29 | 266.13 | 0.3 | 0.59 |
| Hex | 93 | 78 | B6 | 13 | 22 | 0 | 1D | 10A | 1E | 3B |
| Octal | 223 | 170 | 266 | 23 | 42 | 0 | 35 | 412 | 36 | 73 |
| Binary | 10010011 | 1111000 | 10110110 | 10011 | 100010 | 0 | 11101 | 100001010 | 11110 | 111011 |
Color Harmonies of #9378B6
Complementary color
Monochromatic Colors of #9378B6
Black with #9378B6
Text Example
Text Example
White with #9378B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378B6; }
p { color: rgb(147,120,182); }
H1.HeaderClassName
{
color: #9378B6;
}
.AnyTagClassName
{
color: #9378B6;
}
</style>
background-color css
<style>
a { background-color: #9378B6; }
a { background-color: rgb(147,120,182); }
div.DivClassName
{
background-color: #9378B6;
}
.BgClassName
{
background-color: #9378B6;
}
</style>
border-color css
<style>
span { border-color: #9378B6; }
span { border-color: rgb(147,120,182); }
td.TdClassName
{
border-color: #9378B6;
}
.TagClassName
{
border-color: #9378B6;
}
</style>