Shades of Medium Purple #915AF0
Tints of Medium Purple #915AF0
RGB
CMYK
RGB Variations
Color information
#915AF0 (or 0x915AF0) is known color: Medium Purple. HEX triplet: 91, 5A and F0. RGB value is (145,90,240). Sum of RGB (Red+Green+Blue) = 145+90+240=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #915AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AF0 is #6EA50F. Grayscale: #7B7B7B. Windows color (decimal): -7251216 or 15751825. OLE color: 15751825.
HSL color Cylindrical-coordinate representation of color #915AF0: hue angle of 262º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915AF0 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 90 | 240 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.06 |
| HSL | 262º | 0.83% | 0.65% | - |
| HSV(B) | 262º | 0.63% | 0.94% | - |
| XYZ | 31.06 | 19.62 | 84.59 | - |
| YUV | 123.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 240 | 0.40 | 0.62 | 0 | 0.06 | 262 | 0.83 | 0.65 |
| Hex | 91 | 5A | F0 | 28 | 3E | 0 | 6 | 106 | 53 | 41 |
| Octal | 221 | 132 | 360 | 50 | 76 | 0 | 6 | 406 | 123 | 101 |
| Binary | 10010001 | 1011010 | 11110000 | 101000 | 111110 | 0 | 110 | 100000110 | 1010011 | 1000001 |
Color Harmonies of #915AF0
Complementary color
Monochromatic Colors of #915AF0
Black with #915AF0
Text Example
Text Example
White with #915AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AF0; }
p { color: rgb(145,90,240); }
H1.HeaderClassName
{
color: #915AF0;
}
.AnyTagClassName
{
color: #915AF0;
}
</style>
background-color css
<style>
a { background-color: #915AF0; }
a { background-color: rgb(145,90,240); }
div.DivClassName
{
background-color: #915AF0;
}
.BgClassName
{
background-color: #915AF0;
}
</style>
border-color css
<style>
span { border-color: #915AF0; }
span { border-color: rgb(145,90,240); }
td.TdClassName
{
border-color: #915AF0;
}
.TagClassName
{
border-color: #915AF0;
}
</style>