Shades of Medium Purple #917FDC
Tints of Medium Purple #917FDC
RGB
CMYK
RGB Variations
Color information
#917FDC (or 0x917FDC) is known color: Medium Purple. HEX triplet: 91, 7F and DC. RGB value is (145,127,220). Sum of RGB (Red+Green+Blue) = 145+127+220=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #917FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FDC is #6E8023. Grayscale: #8E8E8E. Windows color (decimal): -7241764 or 14450577. OLE color: 14450577.
HSL color Cylindrical-coordinate representation of color #917FDC: hue angle of 251.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917FDC is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 127 | 220 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.14 |
| HSL | 251.61º | 0.57% | 0.68% | - |
| HSV(B) | 251.61º | 0.42% | 0.86% | - |
| XYZ | 32.18 | 26.37 | 71.1 | - |
| YUV | 142.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 220 | 0.34 | 0.42 | 0 | 0.14 | 251.61 | 0.57 | 0.68 |
| Hex | 91 | 7F | DC | 22 | 2A | 0 | E | FC | 39 | 44 |
| Octal | 221 | 177 | 334 | 42 | 52 | 0 | 16 | 374 | 71 | 104 |
| Binary | 10010001 | 1111111 | 11011100 | 100010 | 101010 | 0 | 1110 | 11111100 | 111001 | 1000100 |
Color Harmonies of #917FDC
Complementary color
Monochromatic Colors of #917FDC
Black with #917FDC
Text Example
Text Example
White with #917FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FDC; }
p { color: rgb(145,127,220); }
H1.HeaderClassName
{
color: #917FDC;
}
.AnyTagClassName
{
color: #917FDC;
}
</style>
background-color css
<style>
a { background-color: #917FDC; }
a { background-color: rgb(145,127,220); }
div.DivClassName
{
background-color: #917FDC;
}
.BgClassName
{
background-color: #917FDC;
}
</style>
border-color css
<style>
span { border-color: #917FDC; }
span { border-color: rgb(145,127,220); }
td.TdClassName
{
border-color: #917FDC;
}
.TagClassName
{
border-color: #917FDC;
}
</style>