Shades of Medium Purple #9D8CED
Tints of Medium Purple #9D8CED
RGB
CMYK
RGB Variations
Color information
#9D8CED (or 0x9D8CED) is known color: Medium Purple. HEX triplet: 9D, 8C and ED. RGB value is (157,140,237). Sum of RGB (Red+Green+Blue) = 157+140+237=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8CED is #627312. Grayscale: #9B9B9B. Windows color (decimal): -6451987 or 15568029. OLE color: 15568029.
HSL color Cylindrical-coordinate representation of color #9D8CED: hue angle of 250.52º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8CED is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 140 | 237 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.07 |
| HSL | 250.52º | 0.73% | 0.74% | - |
| HSV(B) | 250.52º | 0.41% | 0.93% | - |
| XYZ | 38.57 | 32.04 | 84.27 | - |
| YUV | 156.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 237 | 0.34 | 0.41 | 0 | 0.07 | 250.52 | 0.73 | 0.74 |
| Hex | 9D | 8C | ED | 22 | 29 | 0 | 7 | FB | 49 | 4A |
| Octal | 235 | 214 | 355 | 42 | 51 | 0 | 7 | 373 | 111 | 112 |
| Binary | 10011101 | 10001100 | 11101101 | 100010 | 101001 | 0 | 111 | 11111011 | 1001001 | 1001010 |
Color Harmonies of #9D8CED
Complementary color
Monochromatic Colors of #9D8CED
Black with #9D8CED
Text Example
Text Example
White with #9D8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CED; }
p { color: rgb(157,140,237); }
H1.HeaderClassName
{
color: #9D8CED;
}
.AnyTagClassName
{
color: #9D8CED;
}
</style>
background-color css
<style>
a { background-color: #9D8CED; }
a { background-color: rgb(157,140,237); }
div.DivClassName
{
background-color: #9D8CED;
}
.BgClassName
{
background-color: #9D8CED;
}
</style>
border-color css
<style>
span { border-color: #9D8CED; }
span { border-color: rgb(157,140,237); }
td.TdClassName
{
border-color: #9D8CED;
}
.TagClassName
{
border-color: #9D8CED;
}
</style>