Shades of Medium Purple #917DDB
Tints of Medium Purple #917DDB
RGB
CMYK
RGB Variations
Color information
#917DDB (or 0x917DDB) is known color: Medium Purple. HEX triplet: 91, 7D and DB. RGB value is (145,125,219). Sum of RGB (Red+Green+Blue) = 145+125+219=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #917DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDB is #6E8224. Grayscale: #8D8D8D. Windows color (decimal): -7242277 or 14384529. OLE color: 14384529.
HSL color Cylindrical-coordinate representation of color #917DDB: hue angle of 252.77º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917DDB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 125 | 219 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.14 |
| HSL | 252.77º | 0.57% | 0.67% | - |
| HSV(B) | 252.77º | 0.43% | 0.86% | - |
| XYZ | 31.8 | 25.8 | 70.32 | - |
| YUV | 141.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 219 | 0.34 | 0.43 | 0 | 0.14 | 252.77 | 0.57 | 0.67 |
| Hex | 91 | 7D | DB | 22 | 2B | 0 | E | FD | 39 | 43 |
| Octal | 221 | 175 | 333 | 42 | 53 | 0 | 16 | 375 | 71 | 103 |
| Binary | 10010001 | 1111101 | 11011011 | 100010 | 101011 | 0 | 1110 | 11111101 | 111001 | 1000011 |
Color Harmonies of #917DDB
Complementary color
Monochromatic Colors of #917DDB
Black with #917DDB
Text Example
Text Example
White with #917DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DDB; }
p { color: rgb(145,125,219); }
H1.HeaderClassName
{
color: #917DDB;
}
.AnyTagClassName
{
color: #917DDB;
}
</style>
background-color css
<style>
a { background-color: #917DDB; }
a { background-color: rgb(145,125,219); }
div.DivClassName
{
background-color: #917DDB;
}
.BgClassName
{
background-color: #917DDB;
}
</style>
border-color css
<style>
span { border-color: #917DDB; }
span { border-color: rgb(145,125,219); }
td.TdClassName
{
border-color: #917DDB;
}
.TagClassName
{
border-color: #917DDB;
}
</style>