Shades of Medium Purple #9375DF
Tints of Medium Purple #9375DF
RGB
CMYK
RGB Variations
Color information
#9375DF (or 0x9375DF) is known color: Medium Purple. HEX triplet: 93, 75 and DF. RGB value is (147,117,223). Sum of RGB (Red+Green+Blue) = 147+117+223=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #9375DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375DF is #6C8A20. Grayscale: #898989. Windows color (decimal): -7113249 or 14644627. OLE color: 14644627.
HSL color Cylindrical-coordinate representation of color #9375DF: hue angle of 256.98º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9375DF is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 117 | 223 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.13 |
| HSL | 256.98º | 0.62% | 0.67% | - |
| HSV(B) | 256.98º | 0.48% | 0.87% | - |
| XYZ | 31.71 | 24.25 | 72.82 | - |
| YUV | 138.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 223 | 0.34 | 0.48 | 0 | 0.13 | 256.98 | 0.62 | 0.67 |
| Hex | 93 | 75 | DF | 22 | 30 | 0 | D | 101 | 3E | 43 |
| Octal | 223 | 165 | 337 | 42 | 60 | 0 | 15 | 401 | 76 | 103 |
| Binary | 10010011 | 1110101 | 11011111 | 100010 | 110000 | 0 | 1101 | 100000001 | 111110 | 1000011 |
Color Harmonies of #9375DF
Complementary color
Monochromatic Colors of #9375DF
Black with #9375DF
Text Example
Text Example
White with #9375DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375DF; }
p { color: rgb(147,117,223); }
H1.HeaderClassName
{
color: #9375DF;
}
.AnyTagClassName
{
color: #9375DF;
}
</style>
background-color css
<style>
a { background-color: #9375DF; }
a { background-color: rgb(147,117,223); }
div.DivClassName
{
background-color: #9375DF;
}
.BgClassName
{
background-color: #9375DF;
}
</style>
border-color css
<style>
span { border-color: #9375DF; }
span { border-color: rgb(147,117,223); }
td.TdClassName
{
border-color: #9375DF;
}
.TagClassName
{
border-color: #9375DF;
}
</style>