Html Css Color HEX #9F6EBA Purple Mountain's Majesty
📋 copy color: '#9F6EBA'red 159 ◦ green 110 ◦ blue 186
Shades of Purple Mountain's Majesty #9F6EBA
Tints of Purple Mountain's Majesty #9F6EBA
RGB
CMYK
RGB Variations
Color information
#9F6EBA (or 0x9F6EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 6E and BA. RGB value is (159,110,186). Sum of RGB (Red+Green+Blue) = 159+110+186=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 110 (43.36% from 255 or 24.18% 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 #9F6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EBA is #609145. Grayscale: #858585. Windows color (decimal): -6328646 or 12218015. OLE color: 12218015.
HSL color Cylindrical-coordinate representation of color #9F6EBA: hue angle of 278.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F6EBA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 110 | 186 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.27 |
| HSL | 278.68º | 0.36% | 0.58% | - |
| HSV(B) | 278.68º | 0.41% | 0.73% | - |
| XYZ | 28.74 | 22.07 | 49.2 | - |
| YUV | 133.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 186 | 0.15 | 0.41 | 0 | 0.27 | 278.68 | 0.36 | 0.58 |
| Hex | 9F | 6E | BA | F | 29 | 0 | 1B | 117 | 24 | 3A |
| Octal | 237 | 156 | 272 | 17 | 51 | 0 | 33 | 427 | 44 | 72 |
| Binary | 10011111 | 1101110 | 10111010 | 1111 | 101001 | 0 | 11011 | 100010111 | 100100 | 111010 |
Color Harmonies of #9F6EBA
Complementary color
Monochromatic Colors of #9F6EBA
Black with #9F6EBA
Text Example
Text Example
White with #9F6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6EBA; }
p { color: rgb(159,110,186); }
H1.HeaderClassName
{
color: #9F6EBA;
}
.AnyTagClassName
{
color: #9F6EBA;
}
</style>
background-color css
<style>
a { background-color: #9F6EBA; }
a { background-color: rgb(159,110,186); }
div.DivClassName
{
background-color: #9F6EBA;
}
.BgClassName
{
background-color: #9F6EBA;
}
</style>
border-color css
<style>
span { border-color: #9F6EBA; }
span { border-color: rgb(159,110,186); }
td.TdClassName
{
border-color: #9F6EBA;
}
.TagClassName
{
border-color: #9F6EBA;
}
</style>