Html Css Color HEX #9C84AF Purple Mountain's Majesty
📋 copy color: '#9C84AF'red 156 ◦ green 132 ◦ blue 175
Shades of Purple Mountain's Majesty #9C84AF
Tints of Purple Mountain's Majesty #9C84AF
RGB
CMYK
RGB Variations
Color information
#9C84AF (or 0x9C84AF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 84 and AF. RGB value is (156,132,175). Sum of RGB (Red+Green+Blue) = 156+132+175=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C84AF is #637B50. Grayscale: #8F8F8F. Windows color (decimal): -6519633 or 11502748. OLE color: 11502748.
HSL color Cylindrical-coordinate representation of color #9C84AF: hue angle of 273.49º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C84AF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 132 | 175 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.31 |
| HSL | 273.49º | 0.21% | 0.6% | - |
| HSV(B) | 273.49º | 0.25% | 0.69% | - |
| XYZ | 29.7 | 26.67 | 44.14 | - |
| YUV | 144.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 175 | 0.11 | 0.25 | 0 | 0.31 | 273.49 | 0.21 | 0.6 |
| Hex | 9C | 84 | AF | B | 19 | 0 | 1F | 111 | 15 | 3C |
| Octal | 234 | 204 | 257 | 13 | 31 | 0 | 37 | 421 | 25 | 74 |
| Binary | 10011100 | 10000100 | 10101111 | 1011 | 11001 | 0 | 11111 | 100010001 | 10101 | 111100 |
Color Harmonies of #9C84AF
Complementary color
Monochromatic Colors of #9C84AF
Black with #9C84AF
Text Example
Text Example
White with #9C84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84AF; }
p { color: rgb(156,132,175); }
H1.HeaderClassName
{
color: #9C84AF;
}
.AnyTagClassName
{
color: #9C84AF;
}
</style>
background-color css
<style>
a { background-color: #9C84AF; }
a { background-color: rgb(156,132,175); }
div.DivClassName
{
background-color: #9C84AF;
}
.BgClassName
{
background-color: #9C84AF;
}
</style>
border-color css
<style>
span { border-color: #9C84AF; }
span { border-color: rgb(156,132,175); }
td.TdClassName
{
border-color: #9C84AF;
}
.TagClassName
{
border-color: #9C84AF;
}
</style>