Shades of Medium Purple #9379D5
Tints of Medium Purple #9379D5
RGB
CMYK
RGB Variations
Color information
#9379D5 (or 0x9379D5) is known color: Medium Purple. HEX triplet: 93, 79 and D5. RGB value is (147,121,213). Sum of RGB (Red+Green+Blue) = 147+121+213=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9379D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379D5 is #6C862A. Grayscale: #8A8A8A. Windows color (decimal): -7112235 or 13990291. OLE color: 13990291.
HSL color Cylindrical-coordinate representation of color #9379D5: hue angle of 256.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9379D5 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 121 | 213 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.16 |
| HSL | 256.96º | 0.52% | 0.65% | - |
| HSV(B) | 256.96º | 0.43% | 0.84% | - |
| XYZ | 30.88 | 24.68 | 66.09 | - |
| YUV | 139.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 213 | 0.31 | 0.43 | 0 | 0.16 | 256.96 | 0.52 | 0.65 |
| Hex | 93 | 79 | D5 | 1F | 2B | 0 | 10 | 101 | 34 | 41 |
| Octal | 223 | 171 | 325 | 37 | 53 | 0 | 20 | 401 | 64 | 101 |
| Binary | 10010011 | 1111001 | 11010101 | 11111 | 101011 | 0 | 10000 | 100000001 | 110100 | 1000001 |
Color Harmonies of #9379D5
Complementary color
Monochromatic Colors of #9379D5
Black with #9379D5
Text Example
Text Example
White with #9379D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379D5; }
p { color: rgb(147,121,213); }
H1.HeaderClassName
{
color: #9379D5;
}
.AnyTagClassName
{
color: #9379D5;
}
</style>
background-color css
<style>
a { background-color: #9379D5; }
a { background-color: rgb(147,121,213); }
div.DivClassName
{
background-color: #9379D5;
}
.BgClassName
{
background-color: #9379D5;
}
</style>
border-color css
<style>
span { border-color: #9379D5; }
span { border-color: rgb(147,121,213); }
td.TdClassName
{
border-color: #9379D5;
}
.TagClassName
{
border-color: #9379D5;
}
</style>