Html Css Color HEX #9C79BB Purple Mountain's Majesty
📋 copy color: '#9C79BB'red 156 ◦ green 121 ◦ blue 187
Shades of Purple Mountain's Majesty #9C79BB
Tints of Purple Mountain's Majesty #9C79BB
RGB
CMYK
RGB Variations
Color information
#9C79BB (or 0x9C79BB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 79 and BB. RGB value is (156,121,187). Sum of RGB (Red+Green+Blue) = 156+121+187=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79BB is #638644. Grayscale: #8A8A8A. Windows color (decimal): -6522437 or 12286364. OLE color: 12286364.
HSL color Cylindrical-coordinate representation of color #9C79BB: hue angle of 271.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C79BB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 121 | 187 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.27 |
| HSL | 271.82º | 0.33% | 0.6% | - |
| HSV(B) | 271.82º | 0.35% | 0.73% | - |
| XYZ | 29.52 | 24.33 | 50.15 | - |
| YUV | 138.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 187 | 0.17 | 0.35 | 0 | 0.27 | 271.82 | 0.33 | 0.6 |
| Hex | 9C | 79 | BB | 11 | 23 | 0 | 1B | 110 | 21 | 3C |
| Octal | 234 | 171 | 273 | 21 | 43 | 0 | 33 | 420 | 41 | 74 |
| Binary | 10011100 | 1111001 | 10111011 | 10001 | 100011 | 0 | 11011 | 100010000 | 100001 | 111100 |
Color Harmonies of #9C79BB
Complementary color
Monochromatic Colors of #9C79BB
Black with #9C79BB
Text Example
Text Example
White with #9C79BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C79BB; }
p { color: rgb(156,121,187); }
H1.HeaderClassName
{
color: #9C79BB;
}
.AnyTagClassName
{
color: #9C79BB;
}
</style>
background-color css
<style>
a { background-color: #9C79BB; }
a { background-color: rgb(156,121,187); }
div.DivClassName
{
background-color: #9C79BB;
}
.BgClassName
{
background-color: #9C79BB;
}
</style>
border-color css
<style>
span { border-color: #9C79BB; }
span { border-color: rgb(156,121,187); }
td.TdClassName
{
border-color: #9C79BB;
}
.TagClassName
{
border-color: #9C79BB;
}
</style>