Shades of Medium Purple #9374DE
Tints of Medium Purple #9374DE
RGB
CMYK
RGB Variations
Color information
#9374DE (or 0x9374DE) is known color: Medium Purple. HEX triplet: 93, 74 and DE. RGB value is (147,116,222). Sum of RGB (Red+Green+Blue) = 147+116+222=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #9374DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374DE is #6C8B21. Grayscale: #888888. Windows color (decimal): -7113506 or 14578835. OLE color: 14578835.
HSL color Cylindrical-coordinate representation of color #9374DE: hue angle of 257.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9374DE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 116 | 222 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.13 |
| HSL | 257.55º | 0.62% | 0.66% | - |
| HSV(B) | 257.55º | 0.48% | 0.87% | - |
| XYZ | 31.46 | 23.97 | 72.08 | - |
| YUV | 137.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 222 | 0.34 | 0.48 | 0 | 0.13 | 257.55 | 0.62 | 0.66 |
| Hex | 93 | 74 | DE | 22 | 30 | 0 | D | 102 | 3E | 42 |
| Octal | 223 | 164 | 336 | 42 | 60 | 0 | 15 | 402 | 76 | 102 |
| Binary | 10010011 | 1110100 | 11011110 | 100010 | 110000 | 0 | 1101 | 100000010 | 111110 | 1000010 |
Color Harmonies of #9374DE
Complementary color
Monochromatic Colors of #9374DE
Black with #9374DE
Text Example
Text Example
White with #9374DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374DE; }
p { color: rgb(147,116,222); }
H1.HeaderClassName
{
color: #9374DE;
}
.AnyTagClassName
{
color: #9374DE;
}
</style>
background-color css
<style>
a { background-color: #9374DE; }
a { background-color: rgb(147,116,222); }
div.DivClassName
{
background-color: #9374DE;
}
.BgClassName
{
background-color: #9374DE;
}
</style>
border-color css
<style>
span { border-color: #9374DE; }
span { border-color: rgb(147,116,222); }
td.TdClassName
{
border-color: #9374DE;
}
.TagClassName
{
border-color: #9374DE;
}
</style>