Shades of Medium Purple #915BDE
Tints of Medium Purple #915BDE
RGB
CMYK
RGB Variations
Color information
#915BDE (or 0x915BDE) is known color: Medium Purple. HEX triplet: 91, 5B and DE. RGB value is (145,91,222). Sum of RGB (Red+Green+Blue) = 145+91+222=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #915BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BDE is #6EA421. Grayscale: #797979. Windows color (decimal): -7250978 or 14572433. OLE color: 14572433.
HSL color Cylindrical-coordinate representation of color #915BDE: hue angle of 264.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915BDE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 91 | 222 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.13 |
| HSL | 264.73º | 0.66% | 0.61% | - |
| HSV(B) | 264.73º | 0.59% | 0.87% | - |
| XYZ | 28.6 | 18.78 | 71.22 | - |
| YUV | 122.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 222 | 0.35 | 0.59 | 0 | 0.13 | 264.73 | 0.66 | 0.61 |
| Hex | 91 | 5B | DE | 23 | 3B | 0 | D | 109 | 42 | 3D |
| Octal | 221 | 133 | 336 | 43 | 73 | 0 | 15 | 411 | 102 | 75 |
| Binary | 10010001 | 1011011 | 11011110 | 100011 | 111011 | 0 | 1101 | 100001001 | 1000010 | 111101 |
Color Harmonies of #915BDE
Complementary color
Monochromatic Colors of #915BDE
Black with #915BDE
Text Example
Text Example
White with #915BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BDE; }
p { color: rgb(145,91,222); }
H1.HeaderClassName
{
color: #915BDE;
}
.AnyTagClassName
{
color: #915BDE;
}
</style>
background-color css
<style>
a { background-color: #915BDE; }
a { background-color: rgb(145,91,222); }
div.DivClassName
{
background-color: #915BDE;
}
.BgClassName
{
background-color: #915BDE;
}
</style>
border-color css
<style>
span { border-color: #915BDE; }
span { border-color: rgb(145,91,222); }
td.TdClassName
{
border-color: #915BDE;
}
.TagClassName
{
border-color: #915BDE;
}
</style>