Shades of Medium Purple #9F85EA
Tints of Medium Purple #9F85EA
RGB
CMYK
RGB Variations
Color information
#9F85EA (or 0x9F85EA) is known color: Medium Purple. HEX triplet: 9F, 85 and EA. RGB value is (159,133,234). Sum of RGB (Red+Green+Blue) = 159+133+234=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F85EA is #607A15. Grayscale: #979797. Windows color (decimal): -6322710 or 15369631. OLE color: 15369631.
HSL color Cylindrical-coordinate representation of color #9F85EA: hue angle of 255.45º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F85EA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 133 | 234 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.08 |
| HSL | 255.45º | 0.71% | 0.72% | - |
| HSV(B) | 255.45º | 0.43% | 0.92% | - |
| XYZ | 37.54 | 30.09 | 81.67 | - |
| YUV | 152.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 234 | 0.32 | 0.43 | 0 | 0.08 | 255.45 | 0.71 | 0.72 |
| Hex | 9F | 85 | EA | 20 | 2B | 0 | 8 | FF | 47 | 48 |
| Octal | 237 | 205 | 352 | 40 | 53 | 0 | 10 | 377 | 107 | 110 |
| Binary | 10011111 | 10000101 | 11101010 | 100000 | 101011 | 0 | 1000 | 11111111 | 1000111 | 1001000 |
Color Harmonies of #9F85EA
Complementary color
Monochromatic Colors of #9F85EA
Black with #9F85EA
Text Example
Text Example
White with #9F85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85EA; }
p { color: rgb(159,133,234); }
H1.HeaderClassName
{
color: #9F85EA;
}
.AnyTagClassName
{
color: #9F85EA;
}
</style>
background-color css
<style>
a { background-color: #9F85EA; }
a { background-color: rgb(159,133,234); }
div.DivClassName
{
background-color: #9F85EA;
}
.BgClassName
{
background-color: #9F85EA;
}
</style>
border-color css
<style>
span { border-color: #9F85EA; }
span { border-color: rgb(159,133,234); }
td.TdClassName
{
border-color: #9F85EA;
}
.TagClassName
{
border-color: #9F85EA;
}
</style>