Shades of Medium Purple #9D85EA
Tints of Medium Purple #9D85EA
RGB
CMYK
RGB Variations
Color information
#9D85EA (or 0x9D85EA) is known color: Medium Purple. HEX triplet: 9D, 85 and EA. RGB value is (157,133,234). Sum of RGB (Red+Green+Blue) = 157+133+234=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85EA is #627A15. Grayscale: #979797. Windows color (decimal): -6453782 or 15369629. OLE color: 15369629.
HSL color Cylindrical-coordinate representation of color #9D85EA: hue angle of 254.26º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D85EA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 133 | 234 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.08 |
| HSL | 254.26º | 0.71% | 0.72% | - |
| HSV(B) | 254.26º | 0.43% | 0.92% | - |
| XYZ | 37.14 | 29.88 | 81.65 | - |
| YUV | 151.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 234 | 0.33 | 0.43 | 0 | 0.08 | 254.26 | 0.71 | 0.72 |
| Hex | 9D | 85 | EA | 21 | 2B | 0 | 8 | FE | 47 | 48 |
| Octal | 235 | 205 | 352 | 41 | 53 | 0 | 10 | 376 | 107 | 110 |
| Binary | 10011101 | 10000101 | 11101010 | 100001 | 101011 | 0 | 1000 | 11111110 | 1000111 | 1001000 |
Color Harmonies of #9D85EA
Complementary color
Monochromatic Colors of #9D85EA
Black with #9D85EA
Text Example
Text Example
White with #9D85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D85EA; }
p { color: rgb(157,133,234); }
H1.HeaderClassName
{
color: #9D85EA;
}
.AnyTagClassName
{
color: #9D85EA;
}
</style>
background-color css
<style>
a { background-color: #9D85EA; }
a { background-color: rgb(157,133,234); }
div.DivClassName
{
background-color: #9D85EA;
}
.BgClassName
{
background-color: #9D85EA;
}
</style>
border-color css
<style>
span { border-color: #9D85EA; }
span { border-color: rgb(157,133,234); }
td.TdClassName
{
border-color: #9D85EA;
}
.TagClassName
{
border-color: #9D85EA;
}
</style>