Shades of Medium Purple #9F69EA
Tints of Medium Purple #9F69EA
RGB
CMYK
RGB Variations
Color information
#9F69EA (or 0x9F69EA) is known color: Medium Purple. HEX triplet: 9F, 69 and EA. RGB value is (159,105,234). Sum of RGB (Red+Green+Blue) = 159+105+234=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F69EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69EA is #609615. Grayscale: #878787. Windows color (decimal): -6329878 or 15362463. OLE color: 15362463.
HSL color Cylindrical-coordinate representation of color #9F69EA: hue angle of 265.12º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F69EA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 105 | 234 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.08 |
| HSL | 265.12º | 0.75% | 0.66% | - |
| HSV(B) | 265.12º | 0.55% | 0.92% | - |
| XYZ | 34.2 | 23.41 | 80.56 | - |
| YUV | 135.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 234 | 0.32 | 0.55 | 0 | 0.08 | 265.12 | 0.75 | 0.66 |
| Hex | 9F | 69 | EA | 20 | 37 | 0 | 8 | 109 | 4B | 42 |
| Octal | 237 | 151 | 352 | 40 | 67 | 0 | 10 | 411 | 113 | 102 |
| Binary | 10011111 | 1101001 | 11101010 | 100000 | 110111 | 0 | 1000 | 100001001 | 1001011 | 1000010 |
Color Harmonies of #9F69EA
Complementary color
Monochromatic Colors of #9F69EA
Black with #9F69EA
Text Example
Text Example
White with #9F69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69EA; }
p { color: rgb(159,105,234); }
H1.HeaderClassName
{
color: #9F69EA;
}
.AnyTagClassName
{
color: #9F69EA;
}
</style>
background-color css
<style>
a { background-color: #9F69EA; }
a { background-color: rgb(159,105,234); }
div.DivClassName
{
background-color: #9F69EA;
}
.BgClassName
{
background-color: #9F69EA;
}
</style>
border-color css
<style>
span { border-color: #9F69EA; }
span { border-color: rgb(159,105,234); }
td.TdClassName
{
border-color: #9F69EA;
}
.TagClassName
{
border-color: #9F69EA;
}
</style>