Shades of Medium Purple #9D8AEC
Tints of Medium Purple #9D8AEC
RGB
CMYK
RGB Variations
Color information
#9D8AEC (or 0x9D8AEC) is known color: Medium Purple. HEX triplet: 9D, 8A and EC. RGB value is (157,138,236). Sum of RGB (Red+Green+Blue) = 157+138+236=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AEC is #627513. Grayscale: #9A9A9A. Windows color (decimal): -6452500 or 15501981. OLE color: 15501981.
HSL color Cylindrical-coordinate representation of color #9D8AEC: hue angle of 251.63º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D8AEC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 138 | 236 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.07 |
| HSL | 251.63º | 0.72% | 0.73% | - |
| HSV(B) | 251.63º | 0.42% | 0.93% | - |
| XYZ | 38.13 | 31.4 | 83.41 | - |
| YUV | 154.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 236 | 0.33 | 0.42 | 0 | 0.07 | 251.63 | 0.72 | 0.73 |
| Hex | 9D | 8A | EC | 21 | 2A | 0 | 7 | FC | 48 | 49 |
| Octal | 235 | 212 | 354 | 41 | 52 | 0 | 7 | 374 | 110 | 111 |
| Binary | 10011101 | 10001010 | 11101100 | 100001 | 101010 | 0 | 111 | 11111100 | 1001000 | 1001001 |
Color Harmonies of #9D8AEC
Complementary color
Monochromatic Colors of #9D8AEC
Black with #9D8AEC
Text Example
Text Example
White with #9D8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AEC; }
p { color: rgb(157,138,236); }
H1.HeaderClassName
{
color: #9D8AEC;
}
.AnyTagClassName
{
color: #9D8AEC;
}
</style>
background-color css
<style>
a { background-color: #9D8AEC; }
a { background-color: rgb(157,138,236); }
div.DivClassName
{
background-color: #9D8AEC;
}
.BgClassName
{
background-color: #9D8AEC;
}
</style>
border-color css
<style>
span { border-color: #9D8AEC; }
span { border-color: rgb(157,138,236); }
td.TdClassName
{
border-color: #9D8AEC;
}
.TagClassName
{
border-color: #9D8AEC;
}
</style>