Shades of Medium Purple #9E81DA
Tints of Medium Purple #9E81DA
RGB
CMYK
RGB Variations
Color information
#9E81DA (or 0x9E81DA) is known color: Medium Purple. HEX triplet: 9E, 81 and DA. RGB value is (158,129,218). Sum of RGB (Red+Green+Blue) = 158+129+218=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81DA is #617E25. Grayscale: #939393. Windows color (decimal): -6389286 or 14320030. OLE color: 14320030.
HSL color Cylindrical-coordinate representation of color #9E81DA: hue angle of 259.55º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E81DA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 129 | 218 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.15 |
| HSL | 259.55º | 0.55% | 0.68% | - |
| HSV(B) | 259.55º | 0.41% | 0.85% | - |
| XYZ | 34.61 | 28.03 | 69.92 | - |
| YUV | 147.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 218 | 0.28 | 0.41 | 0 | 0.15 | 259.55 | 0.55 | 0.68 |
| Hex | 9E | 81 | DA | 1C | 29 | 0 | F | 104 | 37 | 44 |
| Octal | 236 | 201 | 332 | 34 | 51 | 0 | 17 | 404 | 67 | 104 |
| Binary | 10011110 | 10000001 | 11011010 | 11100 | 101001 | 0 | 1111 | 100000100 | 110111 | 1000100 |
Color Harmonies of #9E81DA
Complementary color
Monochromatic Colors of #9E81DA
Black with #9E81DA
Text Example
Text Example
White with #9E81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E81DA; }
p { color: rgb(158,129,218); }
H1.HeaderClassName
{
color: #9E81DA;
}
.AnyTagClassName
{
color: #9E81DA;
}
</style>
background-color css
<style>
a { background-color: #9E81DA; }
a { background-color: rgb(158,129,218); }
div.DivClassName
{
background-color: #9E81DA;
}
.BgClassName
{
background-color: #9E81DA;
}
</style>
border-color css
<style>
span { border-color: #9E81DA; }
span { border-color: rgb(158,129,218); }
td.TdClassName
{
border-color: #9E81DA;
}
.TagClassName
{
border-color: #9E81DA;
}
</style>