Html Css Color HEX #9F75BE Purple Mountain's Majesty
📋 copy color: '#9F75BE'red 159 ◦ green 117 ◦ blue 190
Shades of Purple Mountain's Majesty #9F75BE
Tints of Purple Mountain's Majesty #9F75BE
RGB
CMYK
RGB Variations
Color information
#9F75BE (or 0x9F75BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 75 and BE. RGB value is (159,117,190). Sum of RGB (Red+Green+Blue) = 159+117+190=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75BE is #608A41. Grayscale: #898989. Windows color (decimal): -6326850 or 12481951. OLE color: 12481951.
HSL color Cylindrical-coordinate representation of color #9F75BE: hue angle of 274.52º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F75BE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 117 | 190 | - |
CMYK | 0.16 | 0.38 | 0 | 0.25 |
HSL | 274.52º | 0.36% | 0.6% | - |
HSV(B) | 274.52º | 0.38% | 0.75% | - |
XYZ | 29.95 | 23.81 | 51.73 | - |
YUV | 137.88 | 157.41 | 143.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 117 | 190 | 0.16 | 0.38 | 0 | 0.25 | 274.52 | 0.36 | 0.6 |
Hex | 9F | 75 | BE | 10 | 26 | 0 | 19 | 113 | 24 | 3C |
Octal | 237 | 165 | 276 | 20 | 46 | 0 | 31 | 423 | 44 | 74 |
Binary | 10011111 | 1110101 | 10111110 | 10000 | 100110 | 0 | 11001 | 100010011 | 100100 | 111100 |
Color Harmonies of #9F75BE
Complementary color
Monochromatic Colors of #9F75BE
Black with #9F75BE
Text Example
Text Example
White with #9F75BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F75BE; }
p { color: rgb(159,117,190); }
H1.HeaderClassName
{
color: #9F75BE;
}
.AnyTagClassName
{
color: #9F75BE;
}
</style>
background-color css
<style>
a { background-color: #9F75BE; }
a { background-color: rgb(159,117,190); }
div.DivClassName
{
background-color: #9F75BE;
}
.BgClassName
{
background-color: #9F75BE;
}
</style>
border-color css
<style>
span { border-color: #9F75BE; }
span { border-color: rgb(159,117,190); }
td.TdClassName
{
border-color: #9F75BE;
}
.TagClassName
{
border-color: #9F75BE;
}
</style>