Shades of Medium Purple #916EDC
Tints of Medium Purple #916EDC
RGB
CMYK
RGB Variations
Color information
#916EDC (or 0x916EDC) is known color: Medium Purple. HEX triplet: 91, 6E and DC. RGB value is (145,110,220). Sum of RGB (Red+Green+Blue) = 145+110+220=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #916EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EDC is #6E9123. Grayscale: #848484. Windows color (decimal): -7246116 or 14446225. OLE color: 14446225.
HSL color Cylindrical-coordinate representation of color #916EDC: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916EDC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 110 | 220 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.14 |
| HSL | 259.09º | 0.61% | 0.65% | - |
| HSV(B) | 259.09º | 0.5% | 0.86% | - |
| XYZ | 30.17 | 22.34 | 70.43 | - |
| YUV | 133.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 220 | 0.34 | 0.50 | 0 | 0.14 | 259.09 | 0.61 | 0.65 |
| Hex | 91 | 6E | DC | 22 | 32 | 0 | E | 103 | 3D | 41 |
| Octal | 221 | 156 | 334 | 42 | 62 | 0 | 16 | 403 | 75 | 101 |
| Binary | 10010001 | 1101110 | 11011100 | 100010 | 110010 | 0 | 1110 | 100000011 | 111101 | 1000001 |
Color Harmonies of #916EDC
Complementary color
Monochromatic Colors of #916EDC
Black with #916EDC
Text Example
Text Example
White with #916EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EDC; }
p { color: rgb(145,110,220); }
H1.HeaderClassName
{
color: #916EDC;
}
.AnyTagClassName
{
color: #916EDC;
}
</style>
background-color css
<style>
a { background-color: #916EDC; }
a { background-color: rgb(145,110,220); }
div.DivClassName
{
background-color: #916EDC;
}
.BgClassName
{
background-color: #916EDC;
}
</style>
border-color css
<style>
span { border-color: #916EDC; }
span { border-color: rgb(145,110,220); }
td.TdClassName
{
border-color: #916EDC;
}
.TagClassName
{
border-color: #916EDC;
}
</style>