Html Css Color HEX #9379B4 Purple Mountain's Majesty
📋 copy color: '#9379B4'red 147 ◦ green 121 ◦ blue 180
Shades of Purple Mountain's Majesty #9379B4
Tints of Purple Mountain's Majesty #9379B4
RGB
CMYK
RGB Variations
Color information
#9379B4 (or 0x9379B4) is known color: Purple Mountain's Majesty. HEX triplet: 93, 79 and B4. RGB value is (147,121,180). Sum of RGB (Red+Green+Blue) = 147+121+180=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #9379B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379B4 is #6C864B. Grayscale: #878787. Windows color (decimal): -7112268 or 11827603. OLE color: 11827603.
HSL color Cylindrical-coordinate representation of color #9379B4: hue angle of 266.44º degrees, saturation: 0.28, 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 #9379B4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 121 | 180 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.29 |
| HSL | 266.44º | 0.28% | 0.59% | - |
| HSV(B) | 266.44º | 0.33% | 0.71% | - |
| XYZ | 27.11 | 23.17 | 46.22 | - |
| YUV | 135.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 180 | 0.18 | 0.33 | 0 | 0.29 | 266.44 | 0.28 | 0.59 |
| Hex | 93 | 79 | B4 | 12 | 21 | 0 | 1D | 10A | 1C | 3B |
| Octal | 223 | 171 | 264 | 22 | 41 | 0 | 35 | 412 | 34 | 73 |
| Binary | 10010011 | 1111001 | 10110100 | 10010 | 100001 | 0 | 11101 | 100001010 | 11100 | 111011 |
Color Harmonies of #9379B4
Complementary color
Monochromatic Colors of #9379B4
Black with #9379B4
Text Example
Text Example
White with #9379B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379B4; }
p { color: rgb(147,121,180); }
H1.HeaderClassName
{
color: #9379B4;
}
.AnyTagClassName
{
color: #9379B4;
}
</style>
background-color css
<style>
a { background-color: #9379B4; }
a { background-color: rgb(147,121,180); }
div.DivClassName
{
background-color: #9379B4;
}
.BgClassName
{
background-color: #9379B4;
}
</style>
border-color css
<style>
span { border-color: #9379B4; }
span { border-color: rgb(147,121,180); }
td.TdClassName
{
border-color: #9379B4;
}
.TagClassName
{
border-color: #9379B4;
}
</style>