Html Css Color HEX #9C8AAE Purple Mountain's Majesty
📋 copy color: '#9C8AAE'red 156 ◦ green 138 ◦ blue 174
Shades of Purple Mountain's Majesty #9C8AAE
Tints of Purple Mountain's Majesty #9C8AAE
RGB
CMYK
RGB Variations
Color information
#9C8AAE (or 0x9C8AAE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 8A and AE. RGB value is (156,138,174). Sum of RGB (Red+Green+Blue) = 156+138+174=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8AAE is #637551. Grayscale: #939393. Windows color (decimal): -6518098 or 11438748. OLE color: 11438748.
HSL color Cylindrical-coordinate representation of color #9C8AAE: hue angle of 270º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C8AAE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 138 | 174 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.32 |
| HSL | 270º | 0.18% | 0.61% | - |
| HSV(B) | 270º | 0.21% | 0.68% | - |
| XYZ | 30.44 | 28.3 | 43.9 | - |
| YUV | 147.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 174 | 0.10 | 0.21 | 0 | 0.32 | 270 | 0.18 | 0.61 |
| Hex | 9C | 8A | AE | A | 15 | 0 | 20 | 10E | 12 | 3D |
| Octal | 234 | 212 | 256 | 12 | 25 | 0 | 40 | 416 | 22 | 75 |
| Binary | 10011100 | 10001010 | 10101110 | 1010 | 10101 | 0 | 100000 | 100001110 | 10010 | 111101 |
Color Harmonies of #9C8AAE
Complementary color
Monochromatic Colors of #9C8AAE
Black with #9C8AAE
Text Example
Text Example
White with #9C8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AAE; }
p { color: rgb(156,138,174); }
H1.HeaderClassName
{
color: #9C8AAE;
}
.AnyTagClassName
{
color: #9C8AAE;
}
</style>
background-color css
<style>
a { background-color: #9C8AAE; }
a { background-color: rgb(156,138,174); }
div.DivClassName
{
background-color: #9C8AAE;
}
.BgClassName
{
background-color: #9C8AAE;
}
</style>
border-color css
<style>
span { border-color: #9C8AAE; }
span { border-color: rgb(156,138,174); }
td.TdClassName
{
border-color: #9C8AAE;
}
.TagClassName
{
border-color: #9C8AAE;
}
</style>