Shades of Medium Purple #9385DB
Tints of Medium Purple #9385DB
RGB
CMYK
RGB Variations
Color information
#9385DB (or 0x9385DB) is known color: Medium Purple. HEX triplet: 93, 85 and DB. RGB value is (147,133,219). Sum of RGB (Red+Green+Blue) = 147+133+219=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9385DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385DB is #6C7A24. Grayscale: #929292. Windows color (decimal): -7109157 or 14386579. OLE color: 14386579.
HSL color Cylindrical-coordinate representation of color #9385DB: hue angle of 249.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9385DB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 133 | 219 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.14 |
| HSL | 249.77º | 0.54% | 0.69% | - |
| HSV(B) | 249.77º | 0.39% | 0.86% | - |
| XYZ | 33.21 | 28.09 | 70.69 | - |
| YUV | 146.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 219 | 0.33 | 0.39 | 0 | 0.14 | 249.77 | 0.54 | 0.69 |
| Hex | 93 | 85 | DB | 21 | 27 | 0 | E | FA | 36 | 45 |
| Octal | 223 | 205 | 333 | 41 | 47 | 0 | 16 | 372 | 66 | 105 |
| Binary | 10010011 | 10000101 | 11011011 | 100001 | 100111 | 0 | 1110 | 11111010 | 110110 | 1000101 |
Color Harmonies of #9385DB
Complementary color
Monochromatic Colors of #9385DB
Black with #9385DB
Text Example
Text Example
White with #9385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385DB; }
p { color: rgb(147,133,219); }
H1.HeaderClassName
{
color: #9385DB;
}
.AnyTagClassName
{
color: #9385DB;
}
</style>
background-color css
<style>
a { background-color: #9385DB; }
a { background-color: rgb(147,133,219); }
div.DivClassName
{
background-color: #9385DB;
}
.BgClassName
{
background-color: #9385DB;
}
</style>
border-color css
<style>
span { border-color: #9385DB; }
span { border-color: rgb(147,133,219); }
td.TdClassName
{
border-color: #9385DB;
}
.TagClassName
{
border-color: #9385DB;
}
</style>