Shades of Medium Purple #9F69E9
Tints of Medium Purple #9F69E9
RGB
CMYK
RGB Variations
Color information
#9F69E9 (or 0x9F69E9) is known color: Medium Purple. HEX triplet: 9F, 69 and E9. RGB value is (159,105,233). Sum of RGB (Red+Green+Blue) = 159+105+233=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #9F69E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69E9 is #609616. Grayscale: #878787. Windows color (decimal): -6329879 or 15296927. OLE color: 15296927.
HSL color Cylindrical-coordinate representation of color #9F69E9: hue angle of 265.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F69E9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 105 | 233 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.09 |
| HSL | 265.31º | 0.74% | 0.66% | - |
| HSV(B) | 265.31º | 0.55% | 0.91% | - |
| XYZ | 34.06 | 23.36 | 79.8 | - |
| YUV | 135.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 233 | 0.32 | 0.55 | 0 | 0.09 | 265.31 | 0.74 | 0.66 |
| Hex | 9F | 69 | E9 | 20 | 37 | 0 | 9 | 109 | 4A | 42 |
| Octal | 237 | 151 | 351 | 40 | 67 | 0 | 11 | 411 | 112 | 102 |
| Binary | 10011111 | 1101001 | 11101001 | 100000 | 110111 | 0 | 1001 | 100001001 | 1001010 | 1000010 |
Color Harmonies of #9F69E9
Complementary color
Monochromatic Colors of #9F69E9
Black with #9F69E9
Text Example
Text Example
White with #9F69E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69E9; }
p { color: rgb(159,105,233); }
H1.HeaderClassName
{
color: #9F69E9;
}
.AnyTagClassName
{
color: #9F69E9;
}
</style>
background-color css
<style>
a { background-color: #9F69E9; }
a { background-color: rgb(159,105,233); }
div.DivClassName
{
background-color: #9F69E9;
}
.BgClassName
{
background-color: #9F69E9;
}
</style>
border-color css
<style>
span { border-color: #9F69E9; }
span { border-color: rgb(159,105,233); }
td.TdClassName
{
border-color: #9F69E9;
}
.TagClassName
{
border-color: #9F69E9;
}
</style>