Shades of Medium Purple #9375DC
Tints of Medium Purple #9375DC
RGB
CMYK
RGB Variations
Color information
#9375DC (or 0x9375DC) is known color: Medium Purple. HEX triplet: 93, 75 and DC. RGB value is (147,117,220). Sum of RGB (Red+Green+Blue) = 147+117+220=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9375DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375DC is #6C8A23. Grayscale: #898989. Windows color (decimal): -7113252 or 14448019. OLE color: 14448019.
HSL color Cylindrical-coordinate representation of color #9375DC: hue angle of 257.48º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9375DC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 117 | 220 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.14 |
| HSL | 257.48º | 0.6% | 0.66% | - |
| HSV(B) | 257.48º | 0.47% | 0.86% | - |
| XYZ | 31.31 | 24.09 | 70.71 | - |
| YUV | 137.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 220 | 0.33 | 0.47 | 0 | 0.14 | 257.48 | 0.6 | 0.66 |
| Hex | 93 | 75 | DC | 21 | 2F | 0 | E | 101 | 3C | 42 |
| Octal | 223 | 165 | 334 | 41 | 57 | 0 | 16 | 401 | 74 | 102 |
| Binary | 10010011 | 1110101 | 11011100 | 100001 | 101111 | 0 | 1110 | 100000001 | 111100 | 1000010 |
Color Harmonies of #9375DC
Complementary color
Monochromatic Colors of #9375DC
Black with #9375DC
Text Example
Text Example
White with #9375DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375DC; }
p { color: rgb(147,117,220); }
H1.HeaderClassName
{
color: #9375DC;
}
.AnyTagClassName
{
color: #9375DC;
}
</style>
background-color css
<style>
a { background-color: #9375DC; }
a { background-color: rgb(147,117,220); }
div.DivClassName
{
background-color: #9375DC;
}
.BgClassName
{
background-color: #9375DC;
}
</style>
border-color css
<style>
span { border-color: #9375DC; }
span { border-color: rgb(147,117,220); }
td.TdClassName
{
border-color: #9375DC;
}
.TagClassName
{
border-color: #9375DC;
}
</style>