Shades of Medium Purple #9D73DB
Tints of Medium Purple #9D73DB
RGB
CMYK
RGB Variations
Color information
#9D73DB (or 0x9D73DB) is known color: Medium Purple. HEX triplet: 9D, 73 and DB. RGB value is (157,115,219). Sum of RGB (Red+Green+Blue) = 157+115+219=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D73DB is #628C24. Grayscale: #8B8B8B. Windows color (decimal): -6458405 or 14381981. OLE color: 14381981.
HSL color Cylindrical-coordinate representation of color #9D73DB: hue angle of 264.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D73DB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 115 | 219 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.14 |
| HSL | 264.23º | 0.59% | 0.65% | - |
| HSV(B) | 264.23º | 0.47% | 0.86% | - |
| XYZ | 32.82 | 24.54 | 70.03 | - |
| YUV | 139.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 219 | 0.28 | 0.47 | 0 | 0.14 | 264.23 | 0.59 | 0.65 |
| Hex | 9D | 73 | DB | 1C | 2F | 0 | E | 108 | 3B | 41 |
| Octal | 235 | 163 | 333 | 34 | 57 | 0 | 16 | 410 | 73 | 101 |
| Binary | 10011101 | 1110011 | 11011011 | 11100 | 101111 | 0 | 1110 | 100001000 | 111011 | 1000001 |
Color Harmonies of #9D73DB
Complementary color
Monochromatic Colors of #9D73DB
Black with #9D73DB
Text Example
Text Example
White with #9D73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D73DB; }
p { color: rgb(157,115,219); }
H1.HeaderClassName
{
color: #9D73DB;
}
.AnyTagClassName
{
color: #9D73DB;
}
</style>
background-color css
<style>
a { background-color: #9D73DB; }
a { background-color: rgb(157,115,219); }
div.DivClassName
{
background-color: #9D73DB;
}
.BgClassName
{
background-color: #9D73DB;
}
</style>
border-color css
<style>
span { border-color: #9D73DB; }
span { border-color: rgb(157,115,219); }
td.TdClassName
{
border-color: #9D73DB;
}
.TagClassName
{
border-color: #9D73DB;
}
</style>