Shades of Medium Purple #9369DE
Tints of Medium Purple #9369DE
RGB
CMYK
RGB Variations
Color information
#9369DE (or 0x9369DE) is known color: Medium Purple. HEX triplet: 93, 69 and DE. RGB value is (147,105,222). Sum of RGB (Red+Green+Blue) = 147+105+222=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #9369DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369DE is #6C9621. Grayscale: #828282. Windows color (decimal): -7116322 or 14576019. OLE color: 14576019.
HSL color Cylindrical-coordinate representation of color #9369DE: hue angle of 261.54º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9369DE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 105 | 222 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.13 |
| HSL | 261.54º | 0.64% | 0.64% | - |
| HSV(B) | 261.54º | 0.53% | 0.87% | - |
| XYZ | 30.27 | 21.58 | 71.68 | - |
| YUV | 130.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 222 | 0.34 | 0.53 | 0 | 0.13 | 261.54 | 0.64 | 0.64 |
| Hex | 93 | 69 | DE | 22 | 35 | 0 | D | 106 | 40 | 40 |
| Octal | 223 | 151 | 336 | 42 | 65 | 0 | 15 | 406 | 100 | 100 |
| Binary | 10010011 | 1101001 | 11011110 | 100010 | 110101 | 0 | 1101 | 100000110 | 1000000 | 1000000 |
Color Harmonies of #9369DE
Complementary color
Monochromatic Colors of #9369DE
Black with #9369DE
Text Example
Text Example
White with #9369DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369DE; }
p { color: rgb(147,105,222); }
H1.HeaderClassName
{
color: #9369DE;
}
.AnyTagClassName
{
color: #9369DE;
}
</style>
background-color css
<style>
a { background-color: #9369DE; }
a { background-color: rgb(147,105,222); }
div.DivClassName
{
background-color: #9369DE;
}
.BgClassName
{
background-color: #9369DE;
}
</style>
border-color css
<style>
span { border-color: #9369DE; }
span { border-color: rgb(147,105,222); }
td.TdClassName
{
border-color: #9369DE;
}
.TagClassName
{
border-color: #9369DE;
}
</style>