Shades of Medium Purple #915AEC
Tints of Medium Purple #915AEC
RGB
CMYK
RGB Variations
Color information
#915AEC (or 0x915AEC) is known color: Medium Purple. HEX triplet: 91, 5A and EC. RGB value is (145,90,236). Sum of RGB (Red+Green+Blue) = 145+90+236=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #915AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AEC is #6EA513. Grayscale: #7A7A7A. Windows color (decimal): -7251220 or 15489681. OLE color: 15489681.
HSL color Cylindrical-coordinate representation of color #915AEC: hue angle of 262.6º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915AEC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 90 | 236 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.07 |
| HSL | 262.6º | 0.79% | 0.64% | - |
| HSV(B) | 262.6º | 0.62% | 0.93% | - |
| XYZ | 30.47 | 19.39 | 81.49 | - |
| YUV | 123.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 236 | 0.39 | 0.62 | 0 | 0.07 | 262.6 | 0.79 | 0.64 |
| Hex | 91 | 5A | EC | 27 | 3E | 0 | 7 | 107 | 4F | 40 |
| Octal | 221 | 132 | 354 | 47 | 76 | 0 | 7 | 407 | 117 | 100 |
| Binary | 10010001 | 1011010 | 11101100 | 100111 | 111110 | 0 | 111 | 100000111 | 1001111 | 1000000 |
Color Harmonies of #915AEC
Complementary color
Monochromatic Colors of #915AEC
Black with #915AEC
Text Example
Text Example
White with #915AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AEC; }
p { color: rgb(145,90,236); }
H1.HeaderClassName
{
color: #915AEC;
}
.AnyTagClassName
{
color: #915AEC;
}
</style>
background-color css
<style>
a { background-color: #915AEC; }
a { background-color: rgb(145,90,236); }
div.DivClassName
{
background-color: #915AEC;
}
.BgClassName
{
background-color: #915AEC;
}
</style>
border-color css
<style>
span { border-color: #915AEC; }
span { border-color: rgb(145,90,236); }
td.TdClassName
{
border-color: #915AEC;
}
.TagClassName
{
border-color: #915AEC;
}
</style>