Shades of Medium Purple #9365DB
Tints of Medium Purple #9365DB
RGB
CMYK
RGB Variations
Color information
#9365DB (or 0x9365DB) is known color: Medium Purple. HEX triplet: 93, 65 and DB. RGB value is (147,101,219). Sum of RGB (Red+Green+Blue) = 147+101+219=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9365DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365DB is #6C9A24. Grayscale: #7F7F7F. Windows color (decimal): -7117349 or 14378387. OLE color: 14378387.
HSL color Cylindrical-coordinate representation of color #9365DB: hue angle of 263.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9365DB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 101 | 219 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.14 |
| HSL | 263.39º | 0.62% | 0.63% | - |
| HSV(B) | 263.39º | 0.54% | 0.86% | - |
| XYZ | 29.47 | 20.62 | 69.45 | - |
| YUV | 128.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 219 | 0.33 | 0.54 | 0 | 0.14 | 263.39 | 0.62 | 0.63 |
| Hex | 93 | 65 | DB | 21 | 36 | 0 | E | 107 | 3E | 3F |
| Octal | 223 | 145 | 333 | 41 | 66 | 0 | 16 | 407 | 76 | 77 |
| Binary | 10010011 | 1100101 | 11011011 | 100001 | 110110 | 0 | 1110 | 100000111 | 111110 | 111111 |
Color Harmonies of #9365DB
Complementary color
Monochromatic Colors of #9365DB
Black with #9365DB
Text Example
Text Example
White with #9365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9365DB; }
p { color: rgb(147,101,219); }
H1.HeaderClassName
{
color: #9365DB;
}
.AnyTagClassName
{
color: #9365DB;
}
</style>
background-color css
<style>
a { background-color: #9365DB; }
a { background-color: rgb(147,101,219); }
div.DivClassName
{
background-color: #9365DB;
}
.BgClassName
{
background-color: #9365DB;
}
</style>
border-color css
<style>
span { border-color: #9365DB; }
span { border-color: rgb(147,101,219); }
td.TdClassName
{
border-color: #9365DB;
}
.TagClassName
{
border-color: #9365DB;
}
</style>