Shades of Medium Purple #9D6DF3
Tints of Medium Purple #9D6DF3
RGB
CMYK
RGB Variations
Color information
#9D6DF3 (or 0x9D6DF3) is known color: Medium Purple. HEX triplet: 9D, 6D and F3. RGB value is (157,109,243). Sum of RGB (Red+Green+Blue) = 157+109+243=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D6DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DF3 is #62920C. Grayscale: #8A8A8A. Windows color (decimal): -6459917 or 15953309. OLE color: 15953309.
HSL color Cylindrical-coordinate representation of color #9D6DF3: hue angle of 261.49º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D6DF3 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 109 | 243 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.05 |
| HSL | 261.49º | 0.85% | 0.69% | - |
| HSV(B) | 261.49º | 0.55% | 0.95% | - |
| XYZ | 35.55 | 24.58 | 87.66 | - |
| YUV | 138.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 243 | 0.35 | 0.55 | 0 | 0.05 | 261.49 | 0.85 | 0.69 |
| Hex | 9D | 6D | F3 | 23 | 37 | 0 | 5 | 105 | 55 | 45 |
| Octal | 235 | 155 | 363 | 43 | 67 | 0 | 5 | 405 | 125 | 105 |
| Binary | 10011101 | 1101101 | 11110011 | 100011 | 110111 | 0 | 101 | 100000101 | 1010101 | 1000101 |
Color Harmonies of #9D6DF3
Complementary color
Monochromatic Colors of #9D6DF3
Black with #9D6DF3
Text Example
Text Example
White with #9D6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DF3; }
p { color: rgb(157,109,243); }
H1.HeaderClassName
{
color: #9D6DF3;
}
.AnyTagClassName
{
color: #9D6DF3;
}
</style>
background-color css
<style>
a { background-color: #9D6DF3; }
a { background-color: rgb(157,109,243); }
div.DivClassName
{
background-color: #9D6DF3;
}
.BgClassName
{
background-color: #9D6DF3;
}
</style>
border-color css
<style>
span { border-color: #9D6DF3; }
span { border-color: rgb(157,109,243); }
td.TdClassName
{
border-color: #9D6DF3;
}
.TagClassName
{
border-color: #9D6DF3;
}
</style>