Shades of Medium Purple #9F83EB
Tints of Medium Purple #9F83EB
RGB
CMYK
RGB Variations
Color information
#9F83EB (or 0x9F83EB) is known color: Medium Purple. HEX triplet: 9F, 83 and EB. RGB value is (159,131,235). Sum of RGB (Red+Green+Blue) = 159+131+235=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F83EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F83EB is #607C14. Grayscale: #969696. Windows color (decimal): -6323221 or 15434655. OLE color: 15434655.
HSL color Cylindrical-coordinate representation of color #9F83EB: hue angle of 256.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F83EB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 131 | 235 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.08 |
| HSL | 256.15º | 0.72% | 0.72% | - |
| HSV(B) | 256.15º | 0.44% | 0.92% | - |
| XYZ | 37.41 | 29.6 | 82.34 | - |
| YUV | 151.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 235 | 0.32 | 0.44 | 0 | 0.08 | 256.15 | 0.72 | 0.72 |
| Hex | 9F | 83 | EB | 20 | 2C | 0 | 8 | 100 | 48 | 48 |
| Octal | 237 | 203 | 353 | 40 | 54 | 0 | 10 | 400 | 110 | 110 |
| Binary | 10011111 | 10000011 | 11101011 | 100000 | 101100 | 0 | 1000 | 100000000 | 1001000 | 1001000 |
Color Harmonies of #9F83EB
Complementary color
Monochromatic Colors of #9F83EB
Black with #9F83EB
Text Example
Text Example
White with #9F83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F83EB; }
p { color: rgb(159,131,235); }
H1.HeaderClassName
{
color: #9F83EB;
}
.AnyTagClassName
{
color: #9F83EB;
}
</style>
background-color css
<style>
a { background-color: #9F83EB; }
a { background-color: rgb(159,131,235); }
div.DivClassName
{
background-color: #9F83EB;
}
.BgClassName
{
background-color: #9F83EB;
}
</style>
border-color css
<style>
span { border-color: #9F83EB; }
span { border-color: rgb(159,131,235); }
td.TdClassName
{
border-color: #9F83EB;
}
.TagClassName
{
border-color: #9F83EB;
}
</style>