Html Css Color HEX #9C7BB2 Purple Mountain's Majesty
📋 copy color: '#9C7BB2'red 156 ◦ green 123 ◦ blue 178
Shades of Purple Mountain's Majesty #9C7BB2
Tints of Purple Mountain's Majesty #9C7BB2
RGB
CMYK
RGB Variations
Color information
#9C7BB2 (or 0x9C7BB2) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and B2. RGB value is (156,123,178). Sum of RGB (Red+Green+Blue) = 156+123+178=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C7BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7BB2 is #63844D. Grayscale: #8A8A8A. Windows color (decimal): -6521934 or 11697052. OLE color: 11697052.
HSL color Cylindrical-coordinate representation of color #9C7BB2: hue angle of 276º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C7BB2 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 123 | 178 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.30 |
| HSL | 276º | 0.26% | 0.59% | - |
| HSV(B) | 276º | 0.31% | 0.7% | - |
| XYZ | 28.83 | 24.45 | 45.32 | - |
| YUV | 139.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 178 | 0.12 | 0.31 | 0 | 0.30 | 276 | 0.26 | 0.59 |
| Hex | 9C | 7B | B2 | C | 1F | 0 | 1E | 114 | 1A | 3B |
| Octal | 234 | 173 | 262 | 14 | 37 | 0 | 36 | 424 | 32 | 73 |
| Binary | 10011100 | 1111011 | 10110010 | 1100 | 11111 | 0 | 11110 | 100010100 | 11010 | 111011 |
Color Harmonies of #9C7BB2
Complementary color
Monochromatic Colors of #9C7BB2
Black with #9C7BB2
Text Example
Text Example
White with #9C7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BB2; }
p { color: rgb(156,123,178); }
H1.HeaderClassName
{
color: #9C7BB2;
}
.AnyTagClassName
{
color: #9C7BB2;
}
</style>
background-color css
<style>
a { background-color: #9C7BB2; }
a { background-color: rgb(156,123,178); }
div.DivClassName
{
background-color: #9C7BB2;
}
.BgClassName
{
background-color: #9C7BB2;
}
</style>
border-color css
<style>
span { border-color: #9C7BB2; }
span { border-color: rgb(156,123,178); }
td.TdClassName
{
border-color: #9C7BB2;
}
.TagClassName
{
border-color: #9C7BB2;
}
</style>