Shades of Medium Purple #9F74EB
Tints of Medium Purple #9F74EB
RGB
CMYK
RGB Variations
Color information
#9F74EB (or 0x9F74EB) is known color: Medium Purple. HEX triplet: 9F, 74 and EB. RGB value is (159,116,235). Sum of RGB (Red+Green+Blue) = 159+116+235=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74EB is #608B14. Grayscale: #8D8D8D. Windows color (decimal): -6327061 or 15430815. OLE color: 15430815.
HSL color Cylindrical-coordinate representation of color #9F74EB: hue angle of 261.68º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F74EB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 116 | 235 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.08 |
| HSL | 261.68º | 0.75% | 0.69% | - |
| HSV(B) | 261.68º | 0.51% | 0.92% | - |
| XYZ | 35.54 | 25.86 | 81.72 | - |
| YUV | 142.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 235 | 0.32 | 0.51 | 0 | 0.08 | 261.68 | 0.75 | 0.69 |
| Hex | 9F | 74 | EB | 20 | 33 | 0 | 8 | 106 | 4B | 45 |
| Octal | 237 | 164 | 353 | 40 | 63 | 0 | 10 | 406 | 113 | 105 |
| Binary | 10011111 | 1110100 | 11101011 | 100000 | 110011 | 0 | 1000 | 100000110 | 1001011 | 1000101 |
Color Harmonies of #9F74EB
Complementary color
Monochromatic Colors of #9F74EB
Black with #9F74EB
Text Example
Text Example
White with #9F74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74EB; }
p { color: rgb(159,116,235); }
H1.HeaderClassName
{
color: #9F74EB;
}
.AnyTagClassName
{
color: #9F74EB;
}
</style>
background-color css
<style>
a { background-color: #9F74EB; }
a { background-color: rgb(159,116,235); }
div.DivClassName
{
background-color: #9F74EB;
}
.BgClassName
{
background-color: #9F74EB;
}
</style>
border-color css
<style>
span { border-color: #9F74EB; }
span { border-color: rgb(159,116,235); }
td.TdClassName
{
border-color: #9F74EB;
}
.TagClassName
{
border-color: #9F74EB;
}
</style>