Shades of Medium Purple #935FDB
Tints of Medium Purple #935FDB
RGB
CMYK
RGB Variations
Color information
#935FDB (or 0x935FDB) is known color: Medium Purple. HEX triplet: 93, 5F and DB. RGB value is (147,95,219). Sum of RGB (Red+Green+Blue) = 147+95+219=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #935FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDB is #6CA024. Grayscale: #7C7C7C. Windows color (decimal): -7118885 or 14376851. OLE color: 14376851.
HSL color Cylindrical-coordinate representation of color #935FDB: hue angle of 265.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935FDB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 95 | 219 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.14 |
| HSL | 265.16º | 0.63% | 0.62% | - |
| HSV(B) | 265.16º | 0.57% | 0.86% | - |
| XYZ | 28.91 | 19.5 | 69.26 | - |
| YUV | 124.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 219 | 0.33 | 0.57 | 0 | 0.14 | 265.16 | 0.63 | 0.62 |
| Hex | 93 | 5F | DB | 21 | 39 | 0 | E | 109 | 3F | 3E |
| Octal | 223 | 137 | 333 | 41 | 71 | 0 | 16 | 411 | 77 | 76 |
| Binary | 10010011 | 1011111 | 11011011 | 100001 | 111001 | 0 | 1110 | 100001001 | 111111 | 111110 |
Color Harmonies of #935FDB
Complementary color
Monochromatic Colors of #935FDB
Black with #935FDB
Text Example
Text Example
White with #935FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FDB; }
p { color: rgb(147,95,219); }
H1.HeaderClassName
{
color: #935FDB;
}
.AnyTagClassName
{
color: #935FDB;
}
</style>
background-color css
<style>
a { background-color: #935FDB; }
a { background-color: rgb(147,95,219); }
div.DivClassName
{
background-color: #935FDB;
}
.BgClassName
{
background-color: #935FDB;
}
</style>
border-color css
<style>
span { border-color: #935FDB; }
span { border-color: rgb(147,95,219); }
td.TdClassName
{
border-color: #935FDB;
}
.TagClassName
{
border-color: #935FDB;
}
</style>