Shades of Medium Purple #917DEB
Tints of Medium Purple #917DEB
RGB
CMYK
RGB Variations
Color information
#917DEB (or 0x917DEB) is known color: Medium Purple. HEX triplet: 91, 7D and EB. RGB value is (145,125,235). Sum of RGB (Red+Green+Blue) = 145+125+235=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #917DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DEB is #6E8214. Grayscale: #8F8F8F. Windows color (decimal): -7242261 or 15433105. OLE color: 15433105.
HSL color Cylindrical-coordinate representation of color #917DEB: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917DEB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 125 | 235 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.08 |
| HSL | 250.91º | 0.73% | 0.71% | - |
| HSV(B) | 250.91º | 0.47% | 0.92% | - |
| XYZ | 34.01 | 26.69 | 81.96 | - |
| YUV | 143.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 235 | 0.38 | 0.47 | 0 | 0.08 | 250.91 | 0.73 | 0.71 |
| Hex | 91 | 7D | EB | 26 | 2F | 0 | 8 | FB | 49 | 47 |
| Octal | 221 | 175 | 353 | 46 | 57 | 0 | 10 | 373 | 111 | 107 |
| Binary | 10010001 | 1111101 | 11101011 | 100110 | 101111 | 0 | 1000 | 11111011 | 1001001 | 1000111 |
Color Harmonies of #917DEB
Complementary color
Monochromatic Colors of #917DEB
Black with #917DEB
Text Example
Text Example
White with #917DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DEB; }
p { color: rgb(145,125,235); }
H1.HeaderClassName
{
color: #917DEB;
}
.AnyTagClassName
{
color: #917DEB;
}
</style>
background-color css
<style>
a { background-color: #917DEB; }
a { background-color: rgb(145,125,235); }
div.DivClassName
{
background-color: #917DEB;
}
.BgClassName
{
background-color: #917DEB;
}
</style>
border-color css
<style>
span { border-color: #917DEB; }
span { border-color: rgb(145,125,235); }
td.TdClassName
{
border-color: #917DEB;
}
.TagClassName
{
border-color: #917DEB;
}
</style>