Shades of Medium Purple #9D81DB
Tints of Medium Purple #9D81DB
RGB
CMYK
RGB Variations
Color information
#9D81DB (or 0x9D81DB) is known color: Medium Purple. HEX triplet: 9D, 81 and DB. RGB value is (157,129,219). Sum of RGB (Red+Green+Blue) = 157+129+219=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81DB is #627E24. Grayscale: #939393. Windows color (decimal): -6454821 or 14385565. OLE color: 14385565.
HSL color Cylindrical-coordinate representation of color #9D81DB: hue angle of 258.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D81DB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 129 | 219 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.14 |
| HSL | 258.67º | 0.56% | 0.68% | - |
| HSV(B) | 258.67º | 0.41% | 0.86% | - |
| XYZ | 34.54 | 27.98 | 70.6 | - |
| YUV | 147.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 219 | 0.28 | 0.41 | 0 | 0.14 | 258.67 | 0.56 | 0.68 |
| Hex | 9D | 81 | DB | 1C | 29 | 0 | E | 103 | 38 | 44 |
| Octal | 235 | 201 | 333 | 34 | 51 | 0 | 16 | 403 | 70 | 104 |
| Binary | 10011101 | 10000001 | 11011011 | 11100 | 101001 | 0 | 1110 | 100000011 | 111000 | 1000100 |
Color Harmonies of #9D81DB
Complementary color
Monochromatic Colors of #9D81DB
Black with #9D81DB
Text Example
Text Example
White with #9D81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81DB; }
p { color: rgb(157,129,219); }
H1.HeaderClassName
{
color: #9D81DB;
}
.AnyTagClassName
{
color: #9D81DB;
}
</style>
background-color css
<style>
a { background-color: #9D81DB; }
a { background-color: rgb(157,129,219); }
div.DivClassName
{
background-color: #9D81DB;
}
.BgClassName
{
background-color: #9D81DB;
}
</style>
border-color css
<style>
span { border-color: #9D81DB; }
span { border-color: rgb(157,129,219); }
td.TdClassName
{
border-color: #9D81DB;
}
.TagClassName
{
border-color: #9D81DB;
}
</style>