Shades of Medium Purple #9F73EA
Tints of Medium Purple #9F73EA
RGB
CMYK
RGB Variations
Color information
#9F73EA (or 0x9F73EA) is known color: Medium Purple. HEX triplet: 9F, 73 and EA. RGB value is (159,115,234). Sum of RGB (Red+Green+Blue) = 159+115+234=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73EA is #608C15. Grayscale: #8D8D8D. Windows color (decimal): -6327318 or 15365023. OLE color: 15365023.
HSL color Cylindrical-coordinate representation of color #9F73EA: hue angle of 262.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F73EA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 115 | 234 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.08 |
| HSL | 262.18º | 0.74% | 0.68% | - |
| HSV(B) | 262.18º | 0.51% | 0.92% | - |
| XYZ | 35.28 | 25.57 | 80.92 | - |
| YUV | 141.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 234 | 0.32 | 0.51 | 0 | 0.08 | 262.18 | 0.74 | 0.68 |
| Hex | 9F | 73 | EA | 20 | 33 | 0 | 8 | 106 | 4A | 44 |
| Octal | 237 | 163 | 352 | 40 | 63 | 0 | 10 | 406 | 112 | 104 |
| Binary | 10011111 | 1110011 | 11101010 | 100000 | 110011 | 0 | 1000 | 100000110 | 1001010 | 1000100 |
Color Harmonies of #9F73EA
Complementary color
Monochromatic Colors of #9F73EA
Black with #9F73EA
Text Example
Text Example
White with #9F73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73EA; }
p { color: rgb(159,115,234); }
H1.HeaderClassName
{
color: #9F73EA;
}
.AnyTagClassName
{
color: #9F73EA;
}
</style>
background-color css
<style>
a { background-color: #9F73EA; }
a { background-color: rgb(159,115,234); }
div.DivClassName
{
background-color: #9F73EA;
}
.BgClassName
{
background-color: #9F73EA;
}
</style>
border-color css
<style>
span { border-color: #9F73EA; }
span { border-color: rgb(159,115,234); }
td.TdClassName
{
border-color: #9F73EA;
}
.TagClassName
{
border-color: #9F73EA;
}
</style>