Html Css Color HEX #9C80BD Purple Mountain's Majesty
📋 copy color: '#9C80BD'red 156 ◦ green 128 ◦ blue 189
Shades of Purple Mountain's Majesty #9C80BD
Tints of Purple Mountain's Majesty #9C80BD
RGB
CMYK
RGB Variations
Color information
#9C80BD (or 0x9C80BD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 80 and BD. RGB value is (156,128,189). Sum of RGB (Red+Green+Blue) = 156+128+189=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80BD is #637F42. Grayscale: #8F8F8F. Windows color (decimal): -6520643 or 12419228. OLE color: 12419228.
HSL color Cylindrical-coordinate representation of color #9C80BD: hue angle of 267.54º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C80BD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 128 | 189 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.26 |
| HSL | 267.54º | 0.32% | 0.62% | - |
| HSV(B) | 267.54º | 0.32% | 0.74% | - |
| XYZ | 30.61 | 26.18 | 51.58 | - |
| YUV | 143.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 189 | 0.17 | 0.32 | 0 | 0.26 | 267.54 | 0.32 | 0.62 |
| Hex | 9C | 80 | BD | 11 | 20 | 0 | 1A | 10C | 20 | 3E |
| Octal | 234 | 200 | 275 | 21 | 40 | 0 | 32 | 414 | 40 | 76 |
| Binary | 10011100 | 10000000 | 10111101 | 10001 | 100000 | 0 | 11010 | 100001100 | 100000 | 111110 |
Color Harmonies of #9C80BD
Complementary color
Monochromatic Colors of #9C80BD
Black with #9C80BD
Text Example
Text Example
White with #9C80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80BD; }
p { color: rgb(156,128,189); }
H1.HeaderClassName
{
color: #9C80BD;
}
.AnyTagClassName
{
color: #9C80BD;
}
</style>
background-color css
<style>
a { background-color: #9C80BD; }
a { background-color: rgb(156,128,189); }
div.DivClassName
{
background-color: #9C80BD;
}
.BgClassName
{
background-color: #9C80BD;
}
</style>
border-color css
<style>
span { border-color: #9C80BD; }
span { border-color: rgb(156,128,189); }
td.TdClassName
{
border-color: #9C80BD;
}
.TagClassName
{
border-color: #9C80BD;
}
</style>