Shades of Medium Purple #9D6FEE
Tints of Medium Purple #9D6FEE
RGB
CMYK
RGB Variations
Color information
#9D6FEE (or 0x9D6FEE) is known color: Medium Purple. HEX triplet: 9D, 6F and EE. RGB value is (157,111,238). Sum of RGB (Red+Green+Blue) = 157+111+238=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6FEE is #629011. Grayscale: #8A8A8A. Windows color (decimal): -6459410 or 15626141. OLE color: 15626141.
HSL color Cylindrical-coordinate representation of color #9D6FEE: hue angle of 261.73º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D6FEE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 111 | 238 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.07 |
| HSL | 261.73º | 0.79% | 0.68% | - |
| HSV(B) | 261.73º | 0.53% | 0.93% | - |
| XYZ | 35.02 | 24.71 | 83.81 | - |
| YUV | 139.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 238 | 0.34 | 0.53 | 0 | 0.07 | 261.73 | 0.79 | 0.68 |
| Hex | 9D | 6F | EE | 22 | 35 | 0 | 7 | 106 | 4F | 44 |
| Octal | 235 | 157 | 356 | 42 | 65 | 0 | 7 | 406 | 117 | 104 |
| Binary | 10011101 | 1101111 | 11101110 | 100010 | 110101 | 0 | 111 | 100000110 | 1001111 | 1000100 |
Color Harmonies of #9D6FEE
Complementary color
Monochromatic Colors of #9D6FEE
Black with #9D6FEE
Text Example
Text Example
White with #9D6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FEE; }
p { color: rgb(157,111,238); }
H1.HeaderClassName
{
color: #9D6FEE;
}
.AnyTagClassName
{
color: #9D6FEE;
}
</style>
background-color css
<style>
a { background-color: #9D6FEE; }
a { background-color: rgb(157,111,238); }
div.DivClassName
{
background-color: #9D6FEE;
}
.BgClassName
{
background-color: #9D6FEE;
}
</style>
border-color css
<style>
span { border-color: #9D6FEE; }
span { border-color: rgb(157,111,238); }
td.TdClassName
{
border-color: #9D6FEE;
}
.TagClassName
{
border-color: #9D6FEE;
}
</style>