Shades of Medium Purple #9F76DE
Tints of Medium Purple #9F76DE
RGB
CMYK
RGB Variations
Color information
#9F76DE (or 0x9F76DE) is known color: Medium Purple. HEX triplet: 9F, 76 and DE. RGB value is (159,118,222). Sum of RGB (Red+Green+Blue) = 159+118+222=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F76DE is #608921. Grayscale: #8D8D8D. Windows color (decimal): -6326562 or 14579359. OLE color: 14579359.
HSL color Cylindrical-coordinate representation of color #9F76DE: hue angle of 263.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F76DE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 118 | 222 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.13 |
| HSL | 263.65º | 0.61% | 0.67% | - |
| HSV(B) | 263.65º | 0.47% | 0.87% | - |
| XYZ | 33.96 | 25.6 | 72.26 | - |
| YUV | 142.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 222 | 0.28 | 0.47 | 0 | 0.13 | 263.65 | 0.61 | 0.67 |
| Hex | 9F | 76 | DE | 1C | 2F | 0 | D | 108 | 3D | 43 |
| Octal | 237 | 166 | 336 | 34 | 57 | 0 | 15 | 410 | 75 | 103 |
| Binary | 10011111 | 1110110 | 11011110 | 11100 | 101111 | 0 | 1101 | 100001000 | 111101 | 1000011 |
Color Harmonies of #9F76DE
Complementary color
Monochromatic Colors of #9F76DE
Black with #9F76DE
Text Example
Text Example
White with #9F76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76DE; }
p { color: rgb(159,118,222); }
H1.HeaderClassName
{
color: #9F76DE;
}
.AnyTagClassName
{
color: #9F76DE;
}
</style>
background-color css
<style>
a { background-color: #9F76DE; }
a { background-color: rgb(159,118,222); }
div.DivClassName
{
background-color: #9F76DE;
}
.BgClassName
{
background-color: #9F76DE;
}
</style>
border-color css
<style>
span { border-color: #9F76DE; }
span { border-color: rgb(159,118,222); }
td.TdClassName
{
border-color: #9F76DE;
}
.TagClassName
{
border-color: #9F76DE;
}
</style>