Shades of Medium Purple #915FDD
Tints of Medium Purple #915FDD
RGB
CMYK
RGB Variations
Color information
#915FDD (or 0x915FDD) is known color: Medium Purple. HEX triplet: 91, 5F and DD. RGB value is (145,95,221). Sum of RGB (Red+Green+Blue) = 145+95+221=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #915FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FDD is #6EA022. Grayscale: #7B7B7B. Windows color (decimal): -7249955 or 14507921. OLE color: 14507921.
HSL color Cylindrical-coordinate representation of color #915FDD: hue angle of 263.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #915FDD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 95 | 221 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 263.81º | 0.65% | 0.62% | - |
| HSV(B) | 263.81º | 0.57% | 0.87% | - |
| XYZ | 28.82 | 19.42 | 70.64 | - |
| YUV | 124.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 221 | 0.34 | 0.57 | 0 | 0.13 | 263.81 | 0.65 | 0.62 |
| Hex | 91 | 5F | DD | 22 | 39 | 0 | D | 108 | 41 | 3E |
| Octal | 221 | 137 | 335 | 42 | 71 | 0 | 15 | 410 | 101 | 76 |
| Binary | 10010001 | 1011111 | 11011101 | 100010 | 111001 | 0 | 1101 | 100001000 | 1000001 | 111110 |
Color Harmonies of #915FDD
Complementary color
Monochromatic Colors of #915FDD
Black with #915FDD
Text Example
Text Example
White with #915FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FDD; }
p { color: rgb(145,95,221); }
H1.HeaderClassName
{
color: #915FDD;
}
.AnyTagClassName
{
color: #915FDD;
}
</style>
background-color css
<style>
a { background-color: #915FDD; }
a { background-color: rgb(145,95,221); }
div.DivClassName
{
background-color: #915FDD;
}
.BgClassName
{
background-color: #915FDD;
}
</style>
border-color css
<style>
span { border-color: #915FDD; }
span { border-color: rgb(145,95,221); }
td.TdClassName
{
border-color: #915FDD;
}
.TagClassName
{
border-color: #915FDD;
}
</style>