Shades of Medium Purple #9376DD
Tints of Medium Purple #9376DD
RGB
CMYK
RGB Variations
Color information
#9376DD (or 0x9376DD) is known color: Medium Purple. HEX triplet: 93, 76 and DD. RGB value is (147,118,221). Sum of RGB (Red+Green+Blue) = 147+118+221=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9376DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376DD is #6C8922. Grayscale: #8A8A8A. Windows color (decimal): -7112995 or 14513811. OLE color: 14513811.
HSL color Cylindrical-coordinate representation of color #9376DD: hue angle of 256.89º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9376DD is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 118 | 221 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.13 |
| HSL | 256.89º | 0.6% | 0.66% | - |
| HSV(B) | 256.89º | 0.47% | 0.87% | - |
| XYZ | 31.56 | 24.38 | 71.45 | - |
| YUV | 138.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 221 | 0.33 | 0.47 | 0 | 0.13 | 256.89 | 0.6 | 0.66 |
| Hex | 93 | 76 | DD | 21 | 2F | 0 | D | 101 | 3C | 42 |
| Octal | 223 | 166 | 335 | 41 | 57 | 0 | 15 | 401 | 74 | 102 |
| Binary | 10010011 | 1110110 | 11011101 | 100001 | 101111 | 0 | 1101 | 100000001 | 111100 | 1000010 |
Color Harmonies of #9376DD
Complementary color
Monochromatic Colors of #9376DD
Black with #9376DD
Text Example
Text Example
White with #9376DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376DD; }
p { color: rgb(147,118,221); }
H1.HeaderClassName
{
color: #9376DD;
}
.AnyTagClassName
{
color: #9376DD;
}
</style>
background-color css
<style>
a { background-color: #9376DD; }
a { background-color: rgb(147,118,221); }
div.DivClassName
{
background-color: #9376DD;
}
.BgClassName
{
background-color: #9376DD;
}
</style>
border-color css
<style>
span { border-color: #9376DD; }
span { border-color: rgb(147,118,221); }
td.TdClassName
{
border-color: #9376DD;
}
.TagClassName
{
border-color: #9376DD;
}
</style>