Shades of Medium Purple #9377DB
Tints of Medium Purple #9377DB
RGB
CMYK
RGB Variations
Color information
#9377DB (or 0x9377DB) is known color: Medium Purple. HEX triplet: 93, 77 and DB. RGB value is (147,119,219). Sum of RGB (Red+Green+Blue) = 147+119+219=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9377DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377DB is #6C8824. Grayscale: #8A8A8A. Windows color (decimal): -7112741 or 14382995. OLE color: 14382995.
HSL color Cylindrical-coordinate representation of color #9377DB: hue angle of 256.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9377DB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 119 | 219 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.14 |
| HSL | 256.8º | 0.58% | 0.66% | - |
| HSV(B) | 256.8º | 0.46% | 0.86% | - |
| XYZ | 31.42 | 24.51 | 70.09 | - |
| YUV | 138.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 219 | 0.33 | 0.46 | 0 | 0.14 | 256.8 | 0.58 | 0.66 |
| Hex | 93 | 77 | DB | 21 | 2E | 0 | E | 101 | 3A | 42 |
| Octal | 223 | 167 | 333 | 41 | 56 | 0 | 16 | 401 | 72 | 102 |
| Binary | 10010011 | 1110111 | 11011011 | 100001 | 101110 | 0 | 1110 | 100000001 | 111010 | 1000010 |
Color Harmonies of #9377DB
Complementary color
Monochromatic Colors of #9377DB
Black with #9377DB
Text Example
Text Example
White with #9377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377DB; }
p { color: rgb(147,119,219); }
H1.HeaderClassName
{
color: #9377DB;
}
.AnyTagClassName
{
color: #9377DB;
}
</style>
background-color css
<style>
a { background-color: #9377DB; }
a { background-color: rgb(147,119,219); }
div.DivClassName
{
background-color: #9377DB;
}
.BgClassName
{
background-color: #9377DB;
}
</style>
border-color css
<style>
span { border-color: #9377DB; }
span { border-color: rgb(147,119,219); }
td.TdClassName
{
border-color: #9377DB;
}
.TagClassName
{
border-color: #9377DB;
}
</style>