Shades of Medium Purple #917DD5
Tints of Medium Purple #917DD5
RGB
CMYK
RGB Variations
Color information
#917DD5 (or 0x917DD5) is known color: Medium Purple. HEX triplet: 91, 7D and D5. RGB value is (145,125,213). Sum of RGB (Red+Green+Blue) = 145+125+213=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #917DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DD5 is #6E822A. Grayscale: #8C8C8C. Windows color (decimal): -7242283 or 13991313. OLE color: 13991313.
HSL color Cylindrical-coordinate representation of color #917DD5: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917DD5 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 125 | 213 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.16 |
| HSL | 253.64º | 0.51% | 0.66% | - |
| HSV(B) | 253.64º | 0.41% | 0.84% | - |
| XYZ | 31.02 | 25.49 | 66.24 | - |
| YUV | 141.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 213 | 0.32 | 0.41 | 0 | 0.16 | 253.64 | 0.51 | 0.66 |
| Hex | 91 | 7D | D5 | 20 | 29 | 0 | 10 | FE | 33 | 42 |
| Octal | 221 | 175 | 325 | 40 | 51 | 0 | 20 | 376 | 63 | 102 |
| Binary | 10010001 | 1111101 | 11010101 | 100000 | 101001 | 0 | 10000 | 11111110 | 110011 | 1000010 |
Color Harmonies of #917DD5
Complementary color
Monochromatic Colors of #917DD5
Black with #917DD5
Text Example
Text Example
White with #917DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DD5; }
p { color: rgb(145,125,213); }
H1.HeaderClassName
{
color: #917DD5;
}
.AnyTagClassName
{
color: #917DD5;
}
</style>
background-color css
<style>
a { background-color: #917DD5; }
a { background-color: rgb(145,125,213); }
div.DivClassName
{
background-color: #917DD5;
}
.BgClassName
{
background-color: #917DD5;
}
</style>
border-color css
<style>
span { border-color: #917DD5; }
span { border-color: rgb(145,125,213); }
td.TdClassName
{
border-color: #917DD5;
}
.TagClassName
{
border-color: #917DD5;
}
</style>