Shades of Medium Purple #915FE2
Tints of Medium Purple #915FE2
RGB
CMYK
RGB Variations
Color information
#915FE2 (or 0x915FE2) is known color: Medium Purple. HEX triplet: 91, 5F and E2. RGB value is (145,95,226). Sum of RGB (Red+Green+Blue) = 145+95+226=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #915FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FE2 is #6EA01D. Grayscale: #7C7C7C. Windows color (decimal): -7249950 or 14835601. OLE color: 14835601.
HSL color Cylindrical-coordinate representation of color #915FE2: hue angle of 262.9º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915FE2 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 95 | 226 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.11 |
| HSL | 262.9º | 0.69% | 0.63% | - |
| HSV(B) | 262.9º | 0.58% | 0.89% | - |
| XYZ | 29.5 | 19.7 | 74.2 | - |
| YUV | 124.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 226 | 0.36 | 0.58 | 0 | 0.11 | 262.9 | 0.69 | 0.63 |
| Hex | 91 | 5F | E2 | 24 | 3A | 0 | B | 107 | 45 | 3F |
| Octal | 221 | 137 | 342 | 44 | 72 | 0 | 13 | 407 | 105 | 77 |
| Binary | 10010001 | 1011111 | 11100010 | 100100 | 111010 | 0 | 1011 | 100000111 | 1000101 | 111111 |
Color Harmonies of #915FE2
Complementary color
Monochromatic Colors of #915FE2
Black with #915FE2
Text Example
Text Example
White with #915FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FE2; }
p { color: rgb(145,95,226); }
H1.HeaderClassName
{
color: #915FE2;
}
.AnyTagClassName
{
color: #915FE2;
}
</style>
background-color css
<style>
a { background-color: #915FE2; }
a { background-color: rgb(145,95,226); }
div.DivClassName
{
background-color: #915FE2;
}
.BgClassName
{
background-color: #915FE2;
}
</style>
border-color css
<style>
span { border-color: #915FE2; }
span { border-color: rgb(145,95,226); }
td.TdClassName
{
border-color: #915FE2;
}
.TagClassName
{
border-color: #915FE2;
}
</style>