Shades of Medium Purple #9F62EA
Tints of Medium Purple #9F62EA
RGB
CMYK
RGB Variations
Color information
#9F62EA (or 0x9F62EA) is known color: Medium Purple. HEX triplet: 9F, 62 and EA. RGB value is (159,98,234). Sum of RGB (Red+Green+Blue) = 159+98+234=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F62EA is #609D15. Grayscale: #838383. Windows color (decimal): -6331670 or 15360671. OLE color: 15360671.
HSL color Cylindrical-coordinate representation of color #9F62EA: hue angle of 266.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F62EA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 98 | 234 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.08 |
| HSL | 266.91º | 0.76% | 0.65% | - |
| HSV(B) | 266.91º | 0.58% | 0.92% | - |
| XYZ | 33.52 | 22.05 | 80.33 | - |
| YUV | 131.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 234 | 0.32 | 0.58 | 0 | 0.08 | 266.91 | 0.76 | 0.65 |
| Hex | 9F | 62 | EA | 20 | 3A | 0 | 8 | 10B | 4C | 41 |
| Octal | 237 | 142 | 352 | 40 | 72 | 0 | 10 | 413 | 114 | 101 |
| Binary | 10011111 | 1100010 | 11101010 | 100000 | 111010 | 0 | 1000 | 100001011 | 1001100 | 1000001 |
Color Harmonies of #9F62EA
Complementary color
Monochromatic Colors of #9F62EA
Black with #9F62EA
Text Example
Text Example
White with #9F62EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62EA; }
p { color: rgb(159,98,234); }
H1.HeaderClassName
{
color: #9F62EA;
}
.AnyTagClassName
{
color: #9F62EA;
}
</style>
background-color css
<style>
a { background-color: #9F62EA; }
a { background-color: rgb(159,98,234); }
div.DivClassName
{
background-color: #9F62EA;
}
.BgClassName
{
background-color: #9F62EA;
}
</style>
border-color css
<style>
span { border-color: #9F62EA; }
span { border-color: rgb(159,98,234); }
td.TdClassName
{
border-color: #9F62EA;
}
.TagClassName
{
border-color: #9F62EA;
}
</style>