Shades of Medium Purple #9363DB
Tints of Medium Purple #9363DB
RGB
CMYK
RGB Variations
Color information
#9363DB (or 0x9363DB) is known color: Medium Purple. HEX triplet: 93, 63 and DB. RGB value is (147,99,219). Sum of RGB (Red+Green+Blue) = 147+99+219=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9363DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363DB is #6C9C24. Grayscale: #7E7E7E. Windows color (decimal): -7117861 or 14377875. OLE color: 14377875.
HSL color Cylindrical-coordinate representation of color #9363DB: hue angle of 264º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9363DB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 99 | 219 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.14 |
| HSL | 264º | 0.63% | 0.62% | - |
| HSV(B) | 264º | 0.55% | 0.86% | - |
| XYZ | 29.28 | 20.24 | 69.38 | - |
| YUV | 127.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 219 | 0.33 | 0.55 | 0 | 0.14 | 264 | 0.63 | 0.62 |
| Hex | 93 | 63 | DB | 21 | 37 | 0 | E | 108 | 3E | 3E |
| Octal | 223 | 143 | 333 | 41 | 67 | 0 | 16 | 410 | 76 | 76 |
| Binary | 10010011 | 1100011 | 11011011 | 100001 | 110111 | 0 | 1110 | 100001000 | 111110 | 111110 |
Color Harmonies of #9363DB
Complementary color
Monochromatic Colors of #9363DB
Black with #9363DB
Text Example
Text Example
White with #9363DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363DB; }
p { color: rgb(147,99,219); }
H1.HeaderClassName
{
color: #9363DB;
}
.AnyTagClassName
{
color: #9363DB;
}
</style>
background-color css
<style>
a { background-color: #9363DB; }
a { background-color: rgb(147,99,219); }
div.DivClassName
{
background-color: #9363DB;
}
.BgClassName
{
background-color: #9363DB;
}
</style>
border-color css
<style>
span { border-color: #9363DB; }
span { border-color: rgb(147,99,219); }
td.TdClassName
{
border-color: #9363DB;
}
.TagClassName
{
border-color: #9363DB;
}
</style>