Shades of Medium Purple #9377D8
Tints of Medium Purple #9377D8
RGB
CMYK
RGB Variations
Color information
#9377D8 (or 0x9377D8) is known color: Medium Purple. HEX triplet: 93, 77 and D8. RGB value is (147,119,216). Sum of RGB (Red+Green+Blue) = 147+119+216=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #9377D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377D8 is #6C8827. Grayscale: #8A8A8A. Windows color (decimal): -7112744 or 14186387. OLE color: 14186387.
HSL color Cylindrical-coordinate representation of color #9377D8: hue angle of 257.32º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9377D8 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 119 | 216 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.15 |
| HSL | 257.32º | 0.55% | 0.66% | - |
| HSV(B) | 257.32º | 0.45% | 0.85% | - |
| XYZ | 31.02 | 24.35 | 68.03 | - |
| YUV | 138.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 216 | 0.32 | 0.45 | 0 | 0.15 | 257.32 | 0.55 | 0.66 |
| Hex | 93 | 77 | D8 | 20 | 2D | 0 | F | 101 | 37 | 42 |
| Octal | 223 | 167 | 330 | 40 | 55 | 0 | 17 | 401 | 67 | 102 |
| Binary | 10010011 | 1110111 | 11011000 | 100000 | 101101 | 0 | 1111 | 100000001 | 110111 | 1000010 |
Color Harmonies of #9377D8
Complementary color
Monochromatic Colors of #9377D8
Black with #9377D8
Text Example
Text Example
White with #9377D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377D8; }
p { color: rgb(147,119,216); }
H1.HeaderClassName
{
color: #9377D8;
}
.AnyTagClassName
{
color: #9377D8;
}
</style>
background-color css
<style>
a { background-color: #9377D8; }
a { background-color: rgb(147,119,216); }
div.DivClassName
{
background-color: #9377D8;
}
.BgClassName
{
background-color: #9377D8;
}
</style>
border-color css
<style>
span { border-color: #9377D8; }
span { border-color: rgb(147,119,216); }
td.TdClassName
{
border-color: #9377D8;
}
.TagClassName
{
border-color: #9377D8;
}
</style>