Shades of Medium Purple #9379DF
Tints of Medium Purple #9379DF
RGB
CMYK
RGB Variations
Color information
#9379DF (or 0x9379DF) is known color: Medium Purple. HEX triplet: 93, 79 and DF. RGB value is (147,121,223). Sum of RGB (Red+Green+Blue) = 147+121+223=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9379DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379DF is #6C8620. Grayscale: #8C8C8C. Windows color (decimal): -7112225 or 14645651. OLE color: 14645651.
HSL color Cylindrical-coordinate representation of color #9379DF: hue angle of 255.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9379DF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 121 | 223 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.13 |
| HSL | 255.29º | 0.61% | 0.67% | - |
| HSV(B) | 255.29º | 0.46% | 0.87% | - |
| XYZ | 32.19 | 25.21 | 72.98 | - |
| YUV | 140.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 223 | 0.34 | 0.46 | 0 | 0.13 | 255.29 | 0.61 | 0.67 |
| Hex | 93 | 79 | DF | 22 | 2E | 0 | D | FF | 3D | 43 |
| Octal | 223 | 171 | 337 | 42 | 56 | 0 | 15 | 377 | 75 | 103 |
| Binary | 10010011 | 1111001 | 11011111 | 100010 | 101110 | 0 | 1101 | 11111111 | 111101 | 1000011 |
Color Harmonies of #9379DF
Complementary color
Monochromatic Colors of #9379DF
Black with #9379DF
Text Example
Text Example
White with #9379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379DF; }
p { color: rgb(147,121,223); }
H1.HeaderClassName
{
color: #9379DF;
}
.AnyTagClassName
{
color: #9379DF;
}
</style>
background-color css
<style>
a { background-color: #9379DF; }
a { background-color: rgb(147,121,223); }
div.DivClassName
{
background-color: #9379DF;
}
.BgClassName
{
background-color: #9379DF;
}
</style>
border-color css
<style>
span { border-color: #9379DF; }
span { border-color: rgb(147,121,223); }
td.TdClassName
{
border-color: #9379DF;
}
.TagClassName
{
border-color: #9379DF;
}
</style>