Shades of Medium Purple #9376DC
Tints of Medium Purple #9376DC
RGB
CMYK
RGB Variations
Color information
#9376DC (or 0x9376DC) is known color: Medium Purple. HEX triplet: 93, 76 and DC. RGB value is (147,118,220). Sum of RGB (Red+Green+Blue) = 147+118+220=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9376DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376DC is #6C8923. Grayscale: #898989. Windows color (decimal): -7112996 or 14448275. OLE color: 14448275.
HSL color Cylindrical-coordinate representation of color #9376DC: hue angle of 257.06º degrees, saturation: 0.59, 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 #9376DC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 118 | 220 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.14 |
| HSL | 257.06º | 0.59% | 0.66% | - |
| HSV(B) | 257.06º | 0.46% | 0.86% | - |
| XYZ | 31.43 | 24.33 | 70.75 | - |
| YUV | 138.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 220 | 0.33 | 0.46 | 0 | 0.14 | 257.06 | 0.59 | 0.66 |
| Hex | 93 | 76 | DC | 21 | 2E | 0 | E | 101 | 3B | 42 |
| Octal | 223 | 166 | 334 | 41 | 56 | 0 | 16 | 401 | 73 | 102 |
| Binary | 10010011 | 1110110 | 11011100 | 100001 | 101110 | 0 | 1110 | 100000001 | 111011 | 1000010 |
Color Harmonies of #9376DC
Complementary color
Monochromatic Colors of #9376DC
Black with #9376DC
Text Example
Text Example
White with #9376DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376DC; }
p { color: rgb(147,118,220); }
H1.HeaderClassName
{
color: #9376DC;
}
.AnyTagClassName
{
color: #9376DC;
}
</style>
background-color css
<style>
a { background-color: #9376DC; }
a { background-color: rgb(147,118,220); }
div.DivClassName
{
background-color: #9376DC;
}
.BgClassName
{
background-color: #9376DC;
}
</style>
border-color css
<style>
span { border-color: #9376DC; }
span { border-color: rgb(147,118,220); }
td.TdClassName
{
border-color: #9376DC;
}
.TagClassName
{
border-color: #9376DC;
}
</style>