Shades of Medium Purple #9F82F2
Tints of Medium Purple #9F82F2
RGB
CMYK
RGB Variations
Color information
#9F82F2 (or 0x9F82F2) is known color: Medium Purple. HEX triplet: 9F, 82 and F2. RGB value is (159,130,242). Sum of RGB (Red+Green+Blue) = 159+130+242=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F82F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F82F2 is #607D0D. Grayscale: #979797. Windows color (decimal): -6323470 or 15893151. OLE color: 15893151.
HSL color Cylindrical-coordinate representation of color #9F82F2: hue angle of 255.54º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F82F2 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 130 | 242 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.05 |
| HSL | 255.54º | 0.81% | 0.73% | - |
| HSV(B) | 255.54º | 0.46% | 0.95% | - |
| XYZ | 38.31 | 29.75 | 87.73 | - |
| YUV | 151.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 242 | 0.34 | 0.46 | 0 | 0.05 | 255.54 | 0.81 | 0.73 |
| Hex | 9F | 82 | F2 | 22 | 2E | 0 | 5 | 100 | 51 | 49 |
| Octal | 237 | 202 | 362 | 42 | 56 | 0 | 5 | 400 | 121 | 111 |
| Binary | 10011111 | 10000010 | 11110010 | 100010 | 101110 | 0 | 101 | 100000000 | 1010001 | 1001001 |
Color Harmonies of #9F82F2
Complementary color
Monochromatic Colors of #9F82F2
Black with #9F82F2
Text Example
Text Example
White with #9F82F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82F2; }
p { color: rgb(159,130,242); }
H1.HeaderClassName
{
color: #9F82F2;
}
.AnyTagClassName
{
color: #9F82F2;
}
</style>
background-color css
<style>
a { background-color: #9F82F2; }
a { background-color: rgb(159,130,242); }
div.DivClassName
{
background-color: #9F82F2;
}
.BgClassName
{
background-color: #9F82F2;
}
</style>
border-color css
<style>
span { border-color: #9F82F2; }
span { border-color: rgb(159,130,242); }
td.TdClassName
{
border-color: #9F82F2;
}
.TagClassName
{
border-color: #9F82F2;
}
</style>