Shades of Medium Purple #9F63EA
Tints of Medium Purple #9F63EA
RGB
CMYK
RGB Variations
Color information
#9F63EA (or 0x9F63EA) is known color: Medium Purple. HEX triplet: 9F, 63 and EA. RGB value is (159,99,234). Sum of RGB (Red+Green+Blue) = 159+99+234=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F63EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63EA is #609C15. Grayscale: #838383. Windows color (decimal): -6331414 or 15360927. OLE color: 15360927.
HSL color Cylindrical-coordinate representation of color #9F63EA: hue angle of 266.67º 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 #9F63EA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 99 | 234 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.08 |
| HSL | 266.67º | 0.76% | 0.65% | - |
| HSV(B) | 266.67º | 0.58% | 0.92% | - |
| XYZ | 33.61 | 22.24 | 80.36 | - |
| YUV | 132.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 234 | 0.32 | 0.58 | 0 | 0.08 | 266.67 | 0.76 | 0.65 |
| Hex | 9F | 63 | EA | 20 | 3A | 0 | 8 | 10B | 4C | 41 |
| Octal | 237 | 143 | 352 | 40 | 72 | 0 | 10 | 413 | 114 | 101 |
| Binary | 10011111 | 1100011 | 11101010 | 100000 | 111010 | 0 | 1000 | 100001011 | 1001100 | 1000001 |
Color Harmonies of #9F63EA
Complementary color
Monochromatic Colors of #9F63EA
Black with #9F63EA
Text Example
Text Example
White with #9F63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63EA; }
p { color: rgb(159,99,234); }
H1.HeaderClassName
{
color: #9F63EA;
}
.AnyTagClassName
{
color: #9F63EA;
}
</style>
background-color css
<style>
a { background-color: #9F63EA; }
a { background-color: rgb(159,99,234); }
div.DivClassName
{
background-color: #9F63EA;
}
.BgClassName
{
background-color: #9F63EA;
}
</style>
border-color css
<style>
span { border-color: #9F63EA; }
span { border-color: rgb(159,99,234); }
td.TdClassName
{
border-color: #9F63EA;
}
.TagClassName
{
border-color: #9F63EA;
}
</style>