Shades of Medium Purple #9D6EEA
Tints of Medium Purple #9D6EEA
RGB
CMYK
RGB Variations
Color information
#9D6EEA (or 0x9D6EEA) is known color: Medium Purple. HEX triplet: 9D, 6E and EA. RGB value is (157,110,234). Sum of RGB (Red+Green+Blue) = 157+110+234=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D6EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6EEA is #629115. Grayscale: #898989. Windows color (decimal): -6459670 or 15363741. OLE color: 15363741.
HSL color Cylindrical-coordinate representation of color #9D6EEA: hue angle of 262.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D6EEA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 110 | 234 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.08 |
| HSL | 262.74º | 0.75% | 0.67% | - |
| HSV(B) | 262.74º | 0.53% | 0.92% | - |
| XYZ | 34.33 | 24.26 | 80.72 | - |
| YUV | 138.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 234 | 0.33 | 0.53 | 0 | 0.08 | 262.74 | 0.75 | 0.67 |
| Hex | 9D | 6E | EA | 21 | 35 | 0 | 8 | 107 | 4B | 43 |
| Octal | 235 | 156 | 352 | 41 | 65 | 0 | 10 | 407 | 113 | 103 |
| Binary | 10011101 | 1101110 | 11101010 | 100001 | 110101 | 0 | 1000 | 100000111 | 1001011 | 1000011 |
Color Harmonies of #9D6EEA
Complementary color
Monochromatic Colors of #9D6EEA
Black with #9D6EEA
Text Example
Text Example
White with #9D6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6EEA; }
p { color: rgb(157,110,234); }
H1.HeaderClassName
{
color: #9D6EEA;
}
.AnyTagClassName
{
color: #9D6EEA;
}
</style>
background-color css
<style>
a { background-color: #9D6EEA; }
a { background-color: rgb(157,110,234); }
div.DivClassName
{
background-color: #9D6EEA;
}
.BgClassName
{
background-color: #9D6EEA;
}
</style>
border-color css
<style>
span { border-color: #9D6EEA; }
span { border-color: rgb(157,110,234); }
td.TdClassName
{
border-color: #9D6EEA;
}
.TagClassName
{
border-color: #9D6EEA;
}
</style>