Html Css Color HEX #9E6FBA Purple Mountain's Majesty
📋 copy color: '#9E6FBA'red 158 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #9E6FBA
Tints of Purple Mountain's Majesty #9E6FBA
RGB
CMYK
RGB Variations
Color information
#9E6FBA (or 0x9E6FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6F and BA. RGB value is (158,111,186). Sum of RGB (Red+Green+Blue) = 158+111+186=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FBA is #619045. Grayscale: #858585. Windows color (decimal): -6393926 or 12218270. OLE color: 12218270.
HSL color Cylindrical-coordinate representation of color #9E6FBA: hue angle of 277.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E6FBA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 111 | 186 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.27 |
| HSL | 277.6º | 0.35% | 0.58% | - |
| HSV(B) | 277.6º | 0.4% | 0.73% | - |
| XYZ | 28.65 | 22.18 | 49.23 | - |
| YUV | 133.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 186 | 0.15 | 0.40 | 0 | 0.27 | 277.6 | 0.35 | 0.58 |
| Hex | 9E | 6F | BA | F | 28 | 0 | 1B | 116 | 23 | 3A |
| Octal | 236 | 157 | 272 | 17 | 50 | 0 | 33 | 426 | 43 | 72 |
| Binary | 10011110 | 1101111 | 10111010 | 1111 | 101000 | 0 | 11011 | 100010110 | 100011 | 111010 |
Color Harmonies of #9E6FBA
Complementary color
Monochromatic Colors of #9E6FBA
Black with #9E6FBA
Text Example
Text Example
White with #9E6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FBA; }
p { color: rgb(158,111,186); }
H1.HeaderClassName
{
color: #9E6FBA;
}
.AnyTagClassName
{
color: #9E6FBA;
}
</style>
background-color css
<style>
a { background-color: #9E6FBA; }
a { background-color: rgb(158,111,186); }
div.DivClassName
{
background-color: #9E6FBA;
}
.BgClassName
{
background-color: #9E6FBA;
}
</style>
border-color css
<style>
span { border-color: #9E6FBA; }
span { border-color: rgb(158,111,186); }
td.TdClassName
{
border-color: #9E6FBA;
}
.TagClassName
{
border-color: #9E6FBA;
}
</style>