Shades of Medium Purple #9375DE
Tints of Medium Purple #9375DE
RGB
CMYK
RGB Variations
Color information
#9375DE (or 0x9375DE) is known color: Medium Purple. HEX triplet: 93, 75 and DE. RGB value is (147,117,222). Sum of RGB (Red+Green+Blue) = 147+117+222=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9375DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375DE is #6C8A21. Grayscale: #898989. Windows color (decimal): -7113250 or 14579091. OLE color: 14579091.
HSL color Cylindrical-coordinate representation of color #9375DE: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9375DE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 117 | 222 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.13 |
| HSL | 257.14º | 0.61% | 0.66% | - |
| HSV(B) | 257.14º | 0.47% | 0.87% | - |
| XYZ | 31.58 | 24.2 | 72.11 | - |
| YUV | 137.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 222 | 0.34 | 0.47 | 0 | 0.13 | 257.14 | 0.61 | 0.66 |
| Hex | 93 | 75 | DE | 22 | 2F | 0 | D | 101 | 3D | 42 |
| Octal | 223 | 165 | 336 | 42 | 57 | 0 | 15 | 401 | 75 | 102 |
| Binary | 10010011 | 1110101 | 11011110 | 100010 | 101111 | 0 | 1101 | 100000001 | 111101 | 1000010 |
Color Harmonies of #9375DE
Complementary color
Monochromatic Colors of #9375DE
Black with #9375DE
Text Example
Text Example
White with #9375DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375DE; }
p { color: rgb(147,117,222); }
H1.HeaderClassName
{
color: #9375DE;
}
.AnyTagClassName
{
color: #9375DE;
}
</style>
background-color css
<style>
a { background-color: #9375DE; }
a { background-color: rgb(147,117,222); }
div.DivClassName
{
background-color: #9375DE;
}
.BgClassName
{
background-color: #9375DE;
}
</style>
border-color css
<style>
span { border-color: #9375DE; }
span { border-color: rgb(147,117,222); }
td.TdClassName
{
border-color: #9375DE;
}
.TagClassName
{
border-color: #9375DE;
}
</style>