Shades of Medium Purple #935FDC
Tints of Medium Purple #935FDC
RGB
CMYK
RGB Variations
Color information
#935FDC (or 0x935FDC) is known color: Medium Purple. HEX triplet: 93, 5F and DC. RGB value is (147,95,220). Sum of RGB (Red+Green+Blue) = 147+95+220=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #935FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDC is #6CA023. Grayscale: #7C7C7C. Windows color (decimal): -7118884 or 14442387. OLE color: 14442387.
HSL color Cylindrical-coordinate representation of color #935FDC: hue angle of 264.96º degrees, saturation: 0.64, 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 #935FDC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 95 | 220 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.14 |
| HSL | 264.96º | 0.64% | 0.62% | - |
| HSV(B) | 264.96º | 0.57% | 0.86% | - |
| XYZ | 29.04 | 19.55 | 69.95 | - |
| YUV | 124.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 220 | 0.33 | 0.57 | 0 | 0.14 | 264.96 | 0.64 | 0.62 |
| Hex | 93 | 5F | DC | 21 | 39 | 0 | E | 109 | 40 | 3E |
| Octal | 223 | 137 | 334 | 41 | 71 | 0 | 16 | 411 | 100 | 76 |
| Binary | 10010011 | 1011111 | 11011100 | 100001 | 111001 | 0 | 1110 | 100001001 | 1000000 | 111110 |
Color Harmonies of #935FDC
Complementary color
Monochromatic Colors of #935FDC
Black with #935FDC
Text Example
Text Example
White with #935FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FDC; }
p { color: rgb(147,95,220); }
H1.HeaderClassName
{
color: #935FDC;
}
.AnyTagClassName
{
color: #935FDC;
}
</style>
background-color css
<style>
a { background-color: #935FDC; }
a { background-color: rgb(147,95,220); }
div.DivClassName
{
background-color: #935FDC;
}
.BgClassName
{
background-color: #935FDC;
}
</style>
border-color css
<style>
span { border-color: #935FDC; }
span { border-color: rgb(147,95,220); }
td.TdClassName
{
border-color: #935FDC;
}
.TagClassName
{
border-color: #935FDC;
}
</style>