Shades of Medium Purple #917DDC
Tints of Medium Purple #917DDC
RGB
CMYK
RGB Variations
Color information
#917DDC (or 0x917DDC) is known color: Medium Purple. HEX triplet: 91, 7D and DC. RGB value is (145,125,220). Sum of RGB (Red+Green+Blue) = 145+125+220=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #917DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDC is #6E8223. Grayscale: #8D8D8D. Windows color (decimal): -7242276 or 14450065. OLE color: 14450065.
HSL color Cylindrical-coordinate representation of color #917DDC: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917DDC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 125 | 220 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.14 |
| HSL | 252.63º | 0.58% | 0.68% | - |
| HSV(B) | 252.63º | 0.43% | 0.86% | - |
| XYZ | 31.93 | 25.85 | 71.02 | - |
| YUV | 141.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 220 | 0.34 | 0.43 | 0 | 0.14 | 252.63 | 0.58 | 0.68 |
| Hex | 91 | 7D | DC | 22 | 2B | 0 | E | FD | 3A | 44 |
| Octal | 221 | 175 | 334 | 42 | 53 | 0 | 16 | 375 | 72 | 104 |
| Binary | 10010001 | 1111101 | 11011100 | 100010 | 101011 | 0 | 1110 | 11111101 | 111010 | 1000100 |
Color Harmonies of #917DDC
Complementary color
Monochromatic Colors of #917DDC
Black with #917DDC
Text Example
Text Example
White with #917DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DDC; }
p { color: rgb(145,125,220); }
H1.HeaderClassName
{
color: #917DDC;
}
.AnyTagClassName
{
color: #917DDC;
}
</style>
background-color css
<style>
a { background-color: #917DDC; }
a { background-color: rgb(145,125,220); }
div.DivClassName
{
background-color: #917DDC;
}
.BgClassName
{
background-color: #917DDC;
}
</style>
border-color css
<style>
span { border-color: #917DDC; }
span { border-color: rgb(145,125,220); }
td.TdClassName
{
border-color: #917DDC;
}
.TagClassName
{
border-color: #917DDC;
}
</style>