Shades of Medium Purple #915FEB
Tints of Medium Purple #915FEB
RGB
CMYK
RGB Variations
Color information
#915FEB (or 0x915FEB) is known color: Medium Purple. HEX triplet: 91, 5F and EB. RGB value is (145,95,235). Sum of RGB (Red+Green+Blue) = 145+95+235=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #915FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FEB is #6EA014. Grayscale: #7D7D7D. Windows color (decimal): -7249941 or 15425425. OLE color: 15425425.
HSL color Cylindrical-coordinate representation of color #915FEB: hue angle of 261.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915FEB is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 95 | 235 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.08 |
| HSL | 261.43º | 0.78% | 0.65% | - |
| HSV(B) | 261.43º | 0.6% | 0.92% | - |
| XYZ | 30.76 | 20.2 | 80.88 | - |
| YUV | 125.91 | 189.57 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 235 | 0.38 | 0.60 | 0 | 0.08 | 261.43 | 0.78 | 0.65 |
| Hex | 91 | 5F | EB | 26 | 3C | 0 | 8 | 105 | 4E | 41 |
| Octal | 221 | 137 | 353 | 46 | 74 | 0 | 10 | 405 | 116 | 101 |
| Binary | 10010001 | 1011111 | 11101011 | 100110 | 111100 | 0 | 1000 | 100000101 | 1001110 | 1000001 |
Color Harmonies of #915FEB
Complementary color
Monochromatic Colors of #915FEB
Black with #915FEB
Text Example
Text Example
White with #915FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FEB; }
p { color: rgb(145,95,235); }
H1.HeaderClassName
{
color: #915FEB;
}
.AnyTagClassName
{
color: #915FEB;
}
</style>
background-color css
<style>
a { background-color: #915FEB; }
a { background-color: rgb(145,95,235); }
div.DivClassName
{
background-color: #915FEB;
}
.BgClassName
{
background-color: #915FEB;
}
</style>
border-color css
<style>
span { border-color: #915FEB; }
span { border-color: rgb(145,95,235); }
td.TdClassName
{
border-color: #915FEB;
}
.TagClassName
{
border-color: #915FEB;
}
</style>