Shades of Medium Purple #9F69EE
Tints of Medium Purple #9F69EE
RGB
CMYK
RGB Variations
Color information
#9F69EE (or 0x9F69EE) is known color: Medium Purple. HEX triplet: 9F, 69 and EE. RGB value is (159,105,238). Sum of RGB (Red+Green+Blue) = 159+105+238=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69EE is #609611. Grayscale: #878787. Windows color (decimal): -6329874 or 15624607. OLE color: 15624607.
HSL color Cylindrical-coordinate representation of color #9F69EE: hue angle of 264.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F69EE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 105 | 238 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.07 |
| HSL | 264.36º | 0.8% | 0.67% | - |
| HSV(B) | 264.36º | 0.56% | 0.93% | - |
| XYZ | 34.78 | 23.65 | 83.62 | - |
| YUV | 136.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 238 | 0.33 | 0.56 | 0 | 0.07 | 264.36 | 0.8 | 0.67 |
| Hex | 9F | 69 | EE | 21 | 38 | 0 | 7 | 108 | 50 | 43 |
| Octal | 237 | 151 | 356 | 41 | 70 | 0 | 7 | 410 | 120 | 103 |
| Binary | 10011111 | 1101001 | 11101110 | 100001 | 111000 | 0 | 111 | 100001000 | 1010000 | 1000011 |
Color Harmonies of #9F69EE
Complementary color
Monochromatic Colors of #9F69EE
Black with #9F69EE
Text Example
Text Example
White with #9F69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69EE; }
p { color: rgb(159,105,238); }
H1.HeaderClassName
{
color: #9F69EE;
}
.AnyTagClassName
{
color: #9F69EE;
}
</style>
background-color css
<style>
a { background-color: #9F69EE; }
a { background-color: rgb(159,105,238); }
div.DivClassName
{
background-color: #9F69EE;
}
.BgClassName
{
background-color: #9F69EE;
}
</style>
border-color css
<style>
span { border-color: #9F69EE; }
span { border-color: rgb(159,105,238); }
td.TdClassName
{
border-color: #9F69EE;
}
.TagClassName
{
border-color: #9F69EE;
}
</style>