Shades of Medium Purple #9F6CEE
Tints of Medium Purple #9F6CEE
RGB
CMYK
RGB Variations
Color information
#9F6CEE (or 0x9F6CEE) is known color: Medium Purple. HEX triplet: 9F, 6C and EE. RGB value is (159,108,238). Sum of RGB (Red+Green+Blue) = 159+108+238=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F6CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6CEE is #609311. Grayscale: #898989. Windows color (decimal): -6329106 or 15625375. OLE color: 15625375.
HSL color Cylindrical-coordinate representation of color #9F6CEE: hue angle of 263.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F6CEE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 108 | 238 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.07 |
| HSL | 263.54º | 0.79% | 0.68% | - |
| HSV(B) | 263.54º | 0.55% | 0.93% | - |
| XYZ | 35.09 | 24.27 | 83.72 | - |
| YUV | 138.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 238 | 0.33 | 0.55 | 0 | 0.07 | 263.54 | 0.79 | 0.68 |
| Hex | 9F | 6C | EE | 21 | 37 | 0 | 7 | 108 | 4F | 44 |
| Octal | 237 | 154 | 356 | 41 | 67 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10011111 | 1101100 | 11101110 | 100001 | 110111 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #9F6CEE
Complementary color
Monochromatic Colors of #9F6CEE
Black with #9F6CEE
Text Example
Text Example
White with #9F6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6CEE; }
p { color: rgb(159,108,238); }
H1.HeaderClassName
{
color: #9F6CEE;
}
.AnyTagClassName
{
color: #9F6CEE;
}
</style>
background-color css
<style>
a { background-color: #9F6CEE; }
a { background-color: rgb(159,108,238); }
div.DivClassName
{
background-color: #9F6CEE;
}
.BgClassName
{
background-color: #9F6CEE;
}
</style>
border-color css
<style>
span { border-color: #9F6CEE; }
span { border-color: rgb(159,108,238); }
td.TdClassName
{
border-color: #9F6CEE;
}
.TagClassName
{
border-color: #9F6CEE;
}
</style>