Shades of Medium Purple #917CDA
Tints of Medium Purple #917CDA
RGB
CMYK
RGB Variations
Color information
#917CDA (or 0x917CDA) is known color: Medium Purple. HEX triplet: 91, 7C and DA. RGB value is (145,124,218). Sum of RGB (Red+Green+Blue) = 145+124+218=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #917CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDA is #6E8325. Grayscale: #8C8C8C. Windows color (decimal): -7242534 or 14318737. OLE color: 14318737.
HSL color Cylindrical-coordinate representation of color #917CDA: hue angle of 253.4º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917CDA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 124 | 218 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.15 |
| HSL | 253.4º | 0.56% | 0.67% | - |
| HSV(B) | 253.4º | 0.43% | 0.85% | - |
| XYZ | 31.54 | 25.5 | 69.59 | - |
| YUV | 141 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 218 | 0.33 | 0.43 | 0 | 0.15 | 253.4 | 0.56 | 0.67 |
| Hex | 91 | 7C | DA | 21 | 2B | 0 | F | FD | 38 | 43 |
| Octal | 221 | 174 | 332 | 41 | 53 | 0 | 17 | 375 | 70 | 103 |
| Binary | 10010001 | 1111100 | 11011010 | 100001 | 101011 | 0 | 1111 | 11111101 | 111000 | 1000011 |
Color Harmonies of #917CDA
Complementary color
Monochromatic Colors of #917CDA
Black with #917CDA
Text Example
Text Example
White with #917CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CDA; }
p { color: rgb(145,124,218); }
H1.HeaderClassName
{
color: #917CDA;
}
.AnyTagClassName
{
color: #917CDA;
}
</style>
background-color css
<style>
a { background-color: #917CDA; }
a { background-color: rgb(145,124,218); }
div.DivClassName
{
background-color: #917CDA;
}
.BgClassName
{
background-color: #917CDA;
}
</style>
border-color css
<style>
span { border-color: #917CDA; }
span { border-color: rgb(145,124,218); }
td.TdClassName
{
border-color: #917CDA;
}
.TagClassName
{
border-color: #917CDA;
}
</style>