Shades of Medium Purple #915CF0
Tints of Medium Purple #915CF0
RGB
CMYK
RGB Variations
Color information
#915CF0 (or 0x915CF0) is known color: Medium Purple. HEX triplet: 91, 5C and F0. RGB value is (145,92,240). Sum of RGB (Red+Green+Blue) = 145+92+240=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #915CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CF0 is #6EA30F. Grayscale: #7C7C7C. Windows color (decimal): -7250704 or 15752337. OLE color: 15752337.
HSL color Cylindrical-coordinate representation of color #915CF0: hue angle of 261.49º 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 #915CF0 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 92 | 240 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.06 |
| HSL | 261.49º | 0.83% | 0.65% | - |
| HSV(B) | 261.49º | 0.62% | 0.94% | - |
| XYZ | 31.23 | 19.97 | 84.65 | - |
| YUV | 124.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 240 | 0.40 | 0.62 | 0 | 0.06 | 261.49 | 0.83 | 0.65 |
| Hex | 91 | 5C | F0 | 28 | 3E | 0 | 6 | 105 | 53 | 41 |
| Octal | 221 | 134 | 360 | 50 | 76 | 0 | 6 | 405 | 123 | 101 |
| Binary | 10010001 | 1011100 | 11110000 | 101000 | 111110 | 0 | 110 | 100000101 | 1010011 | 1000001 |
Color Harmonies of #915CF0
Complementary color
Monochromatic Colors of #915CF0
Black with #915CF0
Text Example
Text Example
White with #915CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CF0; }
p { color: rgb(145,92,240); }
H1.HeaderClassName
{
color: #915CF0;
}
.AnyTagClassName
{
color: #915CF0;
}
</style>
background-color css
<style>
a { background-color: #915CF0; }
a { background-color: rgb(145,92,240); }
div.DivClassName
{
background-color: #915CF0;
}
.BgClassName
{
background-color: #915CF0;
}
</style>
border-color css
<style>
span { border-color: #915CF0; }
span { border-color: rgb(145,92,240); }
td.TdClassName
{
border-color: #915CF0;
}
.TagClassName
{
border-color: #915CF0;
}
</style>