Shades of Medium Purple #915FE7
Tints of Medium Purple #915FE7
RGB
CMYK
RGB Variations
Color information
#915FE7 (or 0x915FE7) is known color: Medium Purple. HEX triplet: 91, 5F and E7. RGB value is (145,95,231). Sum of RGB (Red+Green+Blue) = 145+95+231=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #915FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FE7 is #6EA018. Grayscale: #7C7C7C. Windows color (decimal): -7249945 or 15163281. OLE color: 15163281.
HSL color Cylindrical-coordinate representation of color #915FE7: hue angle of 262.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915FE7 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 95 | 231 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.09 |
| HSL | 262.06º | 0.74% | 0.64% | - |
| HSV(B) | 262.06º | 0.59% | 0.91% | - |
| XYZ | 30.19 | 19.97 | 77.87 | - |
| YUV | 125.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 231 | 0.37 | 0.59 | 0 | 0.09 | 262.06 | 0.74 | 0.64 |
| Hex | 91 | 5F | E7 | 25 | 3B | 0 | 9 | 106 | 4A | 40 |
| Octal | 221 | 137 | 347 | 45 | 73 | 0 | 11 | 406 | 112 | 100 |
| Binary | 10010001 | 1011111 | 11100111 | 100101 | 111011 | 0 | 1001 | 100000110 | 1001010 | 1000000 |
Color Harmonies of #915FE7
Complementary color
Monochromatic Colors of #915FE7
Black with #915FE7
Text Example
Text Example
White with #915FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FE7; }
p { color: rgb(145,95,231); }
H1.HeaderClassName
{
color: #915FE7;
}
.AnyTagClassName
{
color: #915FE7;
}
</style>
background-color css
<style>
a { background-color: #915FE7; }
a { background-color: rgb(145,95,231); }
div.DivClassName
{
background-color: #915FE7;
}
.BgClassName
{
background-color: #915FE7;
}
</style>
border-color css
<style>
span { border-color: #915FE7; }
span { border-color: rgb(145,95,231); }
td.TdClassName
{
border-color: #915FE7;
}
.TagClassName
{
border-color: #915FE7;
}
</style>