Shades of Medium Purple #915BE4
Tints of Medium Purple #915BE4
RGB
CMYK
RGB Variations
Color information
#915BE4 (or 0x915BE4) is known color: Medium Purple. HEX triplet: 91, 5B and E4. RGB value is (145,91,228). Sum of RGB (Red+Green+Blue) = 145+91+228=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #915BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BE4 is #6EA41B. Grayscale: #7A7A7A. Windows color (decimal): -7250972 or 14965649. OLE color: 14965649.
HSL color Cylindrical-coordinate representation of color #915BE4: hue angle of 263.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915BE4 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 91 | 228 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.11 |
| HSL | 263.65º | 0.72% | 0.63% | - |
| HSV(B) | 263.65º | 0.6% | 0.89% | - |
| XYZ | 29.42 | 19.1 | 75.54 | - |
| YUV | 122.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 228 | 0.36 | 0.60 | 0 | 0.11 | 263.65 | 0.72 | 0.63 |
| Hex | 91 | 5B | E4 | 24 | 3C | 0 | B | 108 | 48 | 3F |
| Octal | 221 | 133 | 344 | 44 | 74 | 0 | 13 | 410 | 110 | 77 |
| Binary | 10010001 | 1011011 | 11100100 | 100100 | 111100 | 0 | 1011 | 100001000 | 1001000 | 111111 |
Color Harmonies of #915BE4
Complementary color
Monochromatic Colors of #915BE4
Black with #915BE4
Text Example
Text Example
White with #915BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BE4; }
p { color: rgb(145,91,228); }
H1.HeaderClassName
{
color: #915BE4;
}
.AnyTagClassName
{
color: #915BE4;
}
</style>
background-color css
<style>
a { background-color: #915BE4; }
a { background-color: rgb(145,91,228); }
div.DivClassName
{
background-color: #915BE4;
}
.BgClassName
{
background-color: #915BE4;
}
</style>
border-color css
<style>
span { border-color: #915BE4; }
span { border-color: rgb(145,91,228); }
td.TdClassName
{
border-color: #915BE4;
}
.TagClassName
{
border-color: #915BE4;
}
</style>