Shades of Medium Purple #915AE4
Tints of Medium Purple #915AE4
RGB
CMYK
RGB Variations
Color information
#915AE4 (or 0x915AE4) is known color: Medium Purple. HEX triplet: 91, 5A and E4. RGB value is (145,90,228). Sum of RGB (Red+Green+Blue) = 145+90+228=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #915AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AE4 is #6EA51B. Grayscale: #797979. Windows color (decimal): -7251228 or 14965393. OLE color: 14965393.
HSL color Cylindrical-coordinate representation of color #915AE4: hue angle of 263.91º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915AE4 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 90 | 228 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.11 |
| HSL | 263.91º | 0.72% | 0.62% | - |
| HSV(B) | 263.91º | 0.61% | 0.89% | - |
| XYZ | 29.34 | 18.93 | 75.51 | - |
| YUV | 122.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 228 | 0.36 | 0.61 | 0 | 0.11 | 263.91 | 0.72 | 0.62 |
| Hex | 91 | 5A | E4 | 24 | 3D | 0 | B | 108 | 48 | 3E |
| Octal | 221 | 132 | 344 | 44 | 75 | 0 | 13 | 410 | 110 | 76 |
| Binary | 10010001 | 1011010 | 11100100 | 100100 | 111101 | 0 | 1011 | 100001000 | 1001000 | 111110 |
Color Harmonies of #915AE4
Complementary color
Monochromatic Colors of #915AE4
Black with #915AE4
Text Example
Text Example
White with #915AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AE4; }
p { color: rgb(145,90,228); }
H1.HeaderClassName
{
color: #915AE4;
}
.AnyTagClassName
{
color: #915AE4;
}
</style>
background-color css
<style>
a { background-color: #915AE4; }
a { background-color: rgb(145,90,228); }
div.DivClassName
{
background-color: #915AE4;
}
.BgClassName
{
background-color: #915AE4;
}
</style>
border-color css
<style>
span { border-color: #915AE4; }
span { border-color: rgb(145,90,228); }
td.TdClassName
{
border-color: #915AE4;
}
.TagClassName
{
border-color: #915AE4;
}
</style>