Shades of Medium Purple #917FDB
Tints of Medium Purple #917FDB
RGB
CMYK
RGB Variations
Color information
#917FDB (or 0x917FDB) is known color: Medium Purple. HEX triplet: 91, 7F and DB. RGB value is (145,127,219). Sum of RGB (Red+Green+Blue) = 145+127+219=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #917FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FDB is #6E8024. Grayscale: #8E8E8E. Windows color (decimal): -7241765 or 14385041. OLE color: 14385041.
HSL color Cylindrical-coordinate representation of color #917FDB: hue angle of 251.74º degrees, saturation: 0.56, 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 #917FDB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 127 | 219 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.14 |
| HSL | 251.74º | 0.56% | 0.68% | - |
| HSV(B) | 251.74º | 0.42% | 0.86% | - |
| XYZ | 32.05 | 26.31 | 70.41 | - |
| YUV | 142.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 219 | 0.34 | 0.42 | 0 | 0.14 | 251.74 | 0.56 | 0.68 |
| Hex | 91 | 7F | DB | 22 | 2A | 0 | E | FC | 38 | 44 |
| Octal | 221 | 177 | 333 | 42 | 52 | 0 | 16 | 374 | 70 | 104 |
| Binary | 10010001 | 1111111 | 11011011 | 100010 | 101010 | 0 | 1110 | 11111100 | 111000 | 1000100 |
Color Harmonies of #917FDB
Complementary color
Monochromatic Colors of #917FDB
Black with #917FDB
Text Example
Text Example
White with #917FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FDB; }
p { color: rgb(145,127,219); }
H1.HeaderClassName
{
color: #917FDB;
}
.AnyTagClassName
{
color: #917FDB;
}
</style>
background-color css
<style>
a { background-color: #917FDB; }
a { background-color: rgb(145,127,219); }
div.DivClassName
{
background-color: #917FDB;
}
.BgClassName
{
background-color: #917FDB;
}
</style>
border-color css
<style>
span { border-color: #917FDB; }
span { border-color: rgb(145,127,219); }
td.TdClassName
{
border-color: #917FDB;
}
.TagClassName
{
border-color: #917FDB;
}
</style>