Shades of Medium Purple #9D8AEE
Tints of Medium Purple #9D8AEE
RGB
CMYK
RGB Variations
Color information
#9D8AEE (or 0x9D8AEE) is known color: Medium Purple. HEX triplet: 9D, 8A and EE. RGB value is (157,138,238). Sum of RGB (Red+Green+Blue) = 157+138+238=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AEE is #627511. Grayscale: #9A9A9A. Windows color (decimal): -6452498 or 15633053. OLE color: 15633053.
HSL color Cylindrical-coordinate representation of color #9D8AEE: hue angle of 251.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D8AEE is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 138 | 238 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.07 |
| HSL | 251.4º | 0.75% | 0.74% | - |
| HSV(B) | 251.4º | 0.42% | 0.93% | - |
| XYZ | 38.43 | 31.52 | 84.95 | - |
| YUV | 155.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 238 | 0.34 | 0.42 | 0 | 0.07 | 251.4 | 0.75 | 0.74 |
| Hex | 9D | 8A | EE | 22 | 2A | 0 | 7 | FB | 4B | 4A |
| Octal | 235 | 212 | 356 | 42 | 52 | 0 | 7 | 373 | 113 | 112 |
| Binary | 10011101 | 10001010 | 11101110 | 100010 | 101010 | 0 | 111 | 11111011 | 1001011 | 1001010 |
Color Harmonies of #9D8AEE
Complementary color
Monochromatic Colors of #9D8AEE
Black with #9D8AEE
Text Example
Text Example
White with #9D8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AEE; }
p { color: rgb(157,138,238); }
H1.HeaderClassName
{
color: #9D8AEE;
}
.AnyTagClassName
{
color: #9D8AEE;
}
</style>
background-color css
<style>
a { background-color: #9D8AEE; }
a { background-color: rgb(157,138,238); }
div.DivClassName
{
background-color: #9D8AEE;
}
.BgClassName
{
background-color: #9D8AEE;
}
</style>
border-color css
<style>
span { border-color: #9D8AEE; }
span { border-color: rgb(157,138,238); }
td.TdClassName
{
border-color: #9D8AEE;
}
.TagClassName
{
border-color: #9D8AEE;
}
</style>