Shades of Medium Purple #9F7BE1
Tints of Medium Purple #9F7BE1
RGB
CMYK
RGB Variations
Color information
#9F7BE1 (or 0x9F7BE1) is known color: Medium Purple. HEX triplet: 9F, 7B and E1. RGB value is (159,123,225). Sum of RGB (Red+Green+Blue) = 159+123+225=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F7BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BE1 is #60841E. Grayscale: #919191. Windows color (decimal): -6325279 or 14777247. OLE color: 14777247.
HSL color Cylindrical-coordinate representation of color #9F7BE1: hue angle of 261.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7BE1 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 123 | 225 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.12 |
| HSL | 261.18º | 0.63% | 0.68% | - |
| HSV(B) | 261.18º | 0.45% | 0.88% | - |
| XYZ | 34.97 | 26.97 | 74.6 | - |
| YUV | 145.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 225 | 0.29 | 0.45 | 0 | 0.12 | 261.18 | 0.63 | 0.68 |
| Hex | 9F | 7B | E1 | 1D | 2D | 0 | C | 105 | 3F | 44 |
| Octal | 237 | 173 | 341 | 35 | 55 | 0 | 14 | 405 | 77 | 104 |
| Binary | 10011111 | 1111011 | 11100001 | 11101 | 101101 | 0 | 1100 | 100000101 | 111111 | 1000100 |
Color Harmonies of #9F7BE1
Complementary color
Monochromatic Colors of #9F7BE1
Black with #9F7BE1
Text Example
Text Example
White with #9F7BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BE1; }
p { color: rgb(159,123,225); }
H1.HeaderClassName
{
color: #9F7BE1;
}
.AnyTagClassName
{
color: #9F7BE1;
}
</style>
background-color css
<style>
a { background-color: #9F7BE1; }
a { background-color: rgb(159,123,225); }
div.DivClassName
{
background-color: #9F7BE1;
}
.BgClassName
{
background-color: #9F7BE1;
}
</style>
border-color css
<style>
span { border-color: #9F7BE1; }
span { border-color: rgb(159,123,225); }
td.TdClassName
{
border-color: #9F7BE1;
}
.TagClassName
{
border-color: #9F7BE1;
}
</style>