Html Css Color HEX #9C7DBE Purple Mountain's Majesty
📋 copy color: '#9C7DBE'red 156 ◦ green 125 ◦ blue 190
Shades of Purple Mountain's Majesty #9C7DBE
Tints of Purple Mountain's Majesty #9C7DBE
RGB
CMYK
RGB Variations
Color information
#9C7DBE (or 0x9C7DBE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and BE. RGB value is (156,125,190). Sum of RGB (Red+Green+Blue) = 156+125+190=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DBE is #638241. Grayscale: #8D8D8D. Windows color (decimal): -6521410 or 12483996. OLE color: 12483996.
HSL color Cylindrical-coordinate representation of color #9C7DBE: hue angle of 268.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7DBE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 125 | 190 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.25 |
| HSL | 268.62º | 0.33% | 0.62% | - |
| HSV(B) | 268.62º | 0.34% | 0.75% | - |
| XYZ | 30.34 | 25.45 | 52.03 | - |
| YUV | 141.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 190 | 0.18 | 0.34 | 0 | 0.25 | 268.62 | 0.33 | 0.62 |
| Hex | 9C | 7D | BE | 12 | 22 | 0 | 19 | 10D | 21 | 3E |
| Octal | 234 | 175 | 276 | 22 | 42 | 0 | 31 | 415 | 41 | 76 |
| Binary | 10011100 | 1111101 | 10111110 | 10010 | 100010 | 0 | 11001 | 100001101 | 100001 | 111110 |
Color Harmonies of #9C7DBE
Complementary color
Monochromatic Colors of #9C7DBE
Black with #9C7DBE
Text Example
Text Example
White with #9C7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DBE; }
p { color: rgb(156,125,190); }
H1.HeaderClassName
{
color: #9C7DBE;
}
.AnyTagClassName
{
color: #9C7DBE;
}
</style>
background-color css
<style>
a { background-color: #9C7DBE; }
a { background-color: rgb(156,125,190); }
div.DivClassName
{
background-color: #9C7DBE;
}
.BgClassName
{
background-color: #9C7DBE;
}
</style>
border-color css
<style>
span { border-color: #9C7DBE; }
span { border-color: rgb(156,125,190); }
td.TdClassName
{
border-color: #9C7DBE;
}
.TagClassName
{
border-color: #9C7DBE;
}
</style>