Html Css Color HEX #9E84AF Purple Mountain's Majesty
📋 copy color: '#9E84AF'red 158 ◦ green 132 ◦ blue 175
Shades of Purple Mountain's Majesty #9E84AF
Tints of Purple Mountain's Majesty #9E84AF
RGB
CMYK
RGB Variations
Color information
#9E84AF (or 0x9E84AF) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 84 and AF. RGB value is (158,132,175). Sum of RGB (Red+Green+Blue) = 158+132+175=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E84AF is #617B50. Grayscale: #909090. Windows color (decimal): -6388561 or 11502750. OLE color: 11502750.
HSL color Cylindrical-coordinate representation of color #9E84AF: hue angle of 276.28º 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 #9E84AF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 132 | 175 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.31 |
| HSL | 276.28º | 0.21% | 0.6% | - |
| HSV(B) | 276.28º | 0.25% | 0.69% | - |
| XYZ | 30.09 | 26.87 | 44.16 | - |
| YUV | 144.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 175 | 0.10 | 0.25 | 0 | 0.31 | 276.28 | 0.21 | 0.6 |
| Hex | 9E | 84 | AF | A | 19 | 0 | 1F | 114 | 15 | 3C |
| Octal | 236 | 204 | 257 | 12 | 31 | 0 | 37 | 424 | 25 | 74 |
| Binary | 10011110 | 10000100 | 10101111 | 1010 | 11001 | 0 | 11111 | 100010100 | 10101 | 111100 |
Color Harmonies of #9E84AF
Complementary color
Monochromatic Colors of #9E84AF
Black with #9E84AF
Text Example
Text Example
White with #9E84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84AF; }
p { color: rgb(158,132,175); }
H1.HeaderClassName
{
color: #9E84AF;
}
.AnyTagClassName
{
color: #9E84AF;
}
</style>
background-color css
<style>
a { background-color: #9E84AF; }
a { background-color: rgb(158,132,175); }
div.DivClassName
{
background-color: #9E84AF;
}
.BgClassName
{
background-color: #9E84AF;
}
</style>
border-color css
<style>
span { border-color: #9E84AF; }
span { border-color: rgb(158,132,175); }
td.TdClassName
{
border-color: #9E84AF;
}
.TagClassName
{
border-color: #9E84AF;
}
</style>