Html Css Color HEX #9F7EC0 Purple Mountain's Majesty
📋 copy color: '#9F7EC0'red 159 ◦ green 126 ◦ blue 192
Shades of Purple Mountain's Majesty #9F7EC0
Tints of Purple Mountain's Majesty #9F7EC0
RGB
CMYK
RGB Variations
Color information
#9F7EC0 (or 0x9F7EC0) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7E and C0. RGB value is (159,126,192). Sum of RGB (Red+Green+Blue) = 159+126+192=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F7EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EC0 is #60813F. Grayscale: #8F8F8F. Windows color (decimal): -6324544 or 12615327. OLE color: 12615327.
HSL color Cylindrical-coordinate representation of color #9F7EC0: hue angle of 270º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7EC0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 126 | 192 | - |
CMYK | 0.17 | 0.34 | 0 | 0.25 |
HSL | 270º | 0.34% | 0.62% | - |
HSV(B) | 270º | 0.34% | 0.75% | - |
XYZ | 31.27 | 26.1 | 53.26 | - |
YUV | 143.39 | 155.43 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 126 | 192 | 0.17 | 0.34 | 0 | 0.25 | 270 | 0.34 | 0.62 |
Hex | 9F | 7E | C0 | 11 | 22 | 0 | 19 | 10E | 22 | 3E |
Octal | 237 | 176 | 300 | 21 | 42 | 0 | 31 | 416 | 42 | 76 |
Binary | 10011111 | 1111110 | 11000000 | 10001 | 100010 | 0 | 11001 | 100001110 | 100010 | 111110 |
Color Harmonies of #9F7EC0
Complementary color
Monochromatic Colors of #9F7EC0
Black with #9F7EC0
Text Example
Text Example
White with #9F7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EC0; }
p { color: rgb(159,126,192); }
H1.HeaderClassName
{
color: #9F7EC0;
}
.AnyTagClassName
{
color: #9F7EC0;
}
</style>
background-color css
<style>
a { background-color: #9F7EC0; }
a { background-color: rgb(159,126,192); }
div.DivClassName
{
background-color: #9F7EC0;
}
.BgClassName
{
background-color: #9F7EC0;
}
</style>
border-color css
<style>
span { border-color: #9F7EC0; }
span { border-color: rgb(159,126,192); }
td.TdClassName
{
border-color: #9F7EC0;
}
.TagClassName
{
border-color: #9F7EC0;
}
</style>