Shades of Medium Purple #9D8BEA
Tints of Medium Purple #9D8BEA
RGB
CMYK
RGB Variations
Color information
#9D8BEA (or 0x9D8BEA) is known color: Medium Purple. HEX triplet: 9D, 8B and EA. RGB value is (157,139,234). Sum of RGB (Red+Green+Blue) = 157+139+234=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8BEA is #627415. Grayscale: #9A9A9A. Windows color (decimal): -6452246 or 15371165. OLE color: 15371165.
HSL color Cylindrical-coordinate representation of color #9D8BEA: hue angle of 251.37º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8BEA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 139 | 234 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.08 |
| HSL | 251.37º | 0.69% | 0.73% | - |
| HSV(B) | 251.37º | 0.41% | 0.92% | - |
| XYZ | 37.99 | 31.57 | 81.93 | - |
| YUV | 155.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 234 | 0.33 | 0.41 | 0 | 0.08 | 251.37 | 0.69 | 0.73 |
| Hex | 9D | 8B | EA | 21 | 29 | 0 | 8 | FB | 45 | 49 |
| Octal | 235 | 213 | 352 | 41 | 51 | 0 | 10 | 373 | 105 | 111 |
| Binary | 10011101 | 10001011 | 11101010 | 100001 | 101001 | 0 | 1000 | 11111011 | 1000101 | 1001001 |
Color Harmonies of #9D8BEA
Complementary color
Monochromatic Colors of #9D8BEA
Black with #9D8BEA
Text Example
Text Example
White with #9D8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BEA; }
p { color: rgb(157,139,234); }
H1.HeaderClassName
{
color: #9D8BEA;
}
.AnyTagClassName
{
color: #9D8BEA;
}
</style>
background-color css
<style>
a { background-color: #9D8BEA; }
a { background-color: rgb(157,139,234); }
div.DivClassName
{
background-color: #9D8BEA;
}
.BgClassName
{
background-color: #9D8BEA;
}
</style>
border-color css
<style>
span { border-color: #9D8BEA; }
span { border-color: rgb(157,139,234); }
td.TdClassName
{
border-color: #9D8BEA;
}
.TagClassName
{
border-color: #9D8BEA;
}
</style>