Shades of Medium Purple #9374DF
Tints of Medium Purple #9374DF
RGB
CMYK
RGB Variations
Color information
#9374DF (or 0x9374DF) is known color: Medium Purple. HEX triplet: 93, 74 and DF. RGB value is (147,116,223). Sum of RGB (Red+Green+Blue) = 147+116+223=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9374DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374DF is #6C8B20. Grayscale: #898989. Windows color (decimal): -7113505 or 14644371. OLE color: 14644371.
HSL color Cylindrical-coordinate representation of color #9374DF: hue angle of 257.38º degrees, saturation: 0.63, 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 #9374DF is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 116 | 223 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.13 |
| HSL | 257.38º | 0.63% | 0.66% | - |
| HSV(B) | 257.38º | 0.48% | 0.87% | - |
| XYZ | 31.6 | 24.02 | 72.78 | - |
| YUV | 137.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 223 | 0.34 | 0.48 | 0 | 0.13 | 257.38 | 0.63 | 0.66 |
| Hex | 93 | 74 | DF | 22 | 30 | 0 | D | 101 | 3F | 42 |
| Octal | 223 | 164 | 337 | 42 | 60 | 0 | 15 | 401 | 77 | 102 |
| Binary | 10010011 | 1110100 | 11011111 | 100010 | 110000 | 0 | 1101 | 100000001 | 111111 | 1000010 |
Color Harmonies of #9374DF
Complementary color
Monochromatic Colors of #9374DF
Black with #9374DF
Text Example
Text Example
White with #9374DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374DF; }
p { color: rgb(147,116,223); }
H1.HeaderClassName
{
color: #9374DF;
}
.AnyTagClassName
{
color: #9374DF;
}
</style>
background-color css
<style>
a { background-color: #9374DF; }
a { background-color: rgb(147,116,223); }
div.DivClassName
{
background-color: #9374DF;
}
.BgClassName
{
background-color: #9374DF;
}
</style>
border-color css
<style>
span { border-color: #9374DF; }
span { border-color: rgb(147,116,223); }
td.TdClassName
{
border-color: #9374DF;
}
.TagClassName
{
border-color: #9374DF;
}
</style>