Shades of Medium Purple #9D81EB
Tints of Medium Purple #9D81EB
RGB
CMYK
RGB Variations
Color information
#9D81EB (or 0x9D81EB) is known color: Medium Purple. HEX triplet: 9D, 81 and EB. RGB value is (157,129,235). Sum of RGB (Red+Green+Blue) = 157+129+235=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D81EB is #627E14. Grayscale: #959595. Windows color (decimal): -6454805 or 15434141. OLE color: 15434141.
HSL color Cylindrical-coordinate representation of color #9D81EB: hue angle of 255.85º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D81EB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 129 | 235 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.08 |
| HSL | 255.85º | 0.73% | 0.71% | - |
| HSV(B) | 255.85º | 0.45% | 0.92% | - |
| XYZ | 36.75 | 28.87 | 82.23 | - |
| YUV | 149.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 235 | 0.33 | 0.45 | 0 | 0.08 | 255.85 | 0.73 | 0.71 |
| Hex | 9D | 81 | EB | 21 | 2D | 0 | 8 | 100 | 49 | 47 |
| Octal | 235 | 201 | 353 | 41 | 55 | 0 | 10 | 400 | 111 | 107 |
| Binary | 10011101 | 10000001 | 11101011 | 100001 | 101101 | 0 | 1000 | 100000000 | 1001001 | 1000111 |
Color Harmonies of #9D81EB
Complementary color
Monochromatic Colors of #9D81EB
Black with #9D81EB
Text Example
Text Example
White with #9D81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81EB; }
p { color: rgb(157,129,235); }
H1.HeaderClassName
{
color: #9D81EB;
}
.AnyTagClassName
{
color: #9D81EB;
}
</style>
background-color css
<style>
a { background-color: #9D81EB; }
a { background-color: rgb(157,129,235); }
div.DivClassName
{
background-color: #9D81EB;
}
.BgClassName
{
background-color: #9D81EB;
}
</style>
border-color css
<style>
span { border-color: #9D81EB; }
span { border-color: rgb(157,129,235); }
td.TdClassName
{
border-color: #9D81EB;
}
.TagClassName
{
border-color: #9D81EB;
}
</style>