Shades of Medium Purple #9560EE
Tints of Medium Purple #9560EE
RGB
CMYK
RGB Variations
Color information
#9560EE (or 0x9560EE) is known color: Medium Purple. HEX triplet: 95, 60 and EE. RGB value is (149,96,238). Sum of RGB (Red+Green+Blue) = 149+96+238=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #9560EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560EE is #6A9F11. Grayscale: #7F7F7F. Windows color (decimal): -6987538 or 15622293. OLE color: 15622293.
HSL color Cylindrical-coordinate representation of color #9560EE: hue angle of 262.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9560EE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 96 | 238 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.07 |
| HSL | 262.39º | 0.81% | 0.65% | - |
| HSV(B) | 262.39º | 0.6% | 0.93% | - |
| XYZ | 32.01 | 20.93 | 83.24 | - |
| YUV | 128.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 238 | 0.37 | 0.60 | 0 | 0.07 | 262.39 | 0.81 | 0.65 |
| Hex | 95 | 60 | EE | 25 | 3C | 0 | 7 | 106 | 51 | 41 |
| Octal | 225 | 140 | 356 | 45 | 74 | 0 | 7 | 406 | 121 | 101 |
| Binary | 10010101 | 1100000 | 11101110 | 100101 | 111100 | 0 | 111 | 100000110 | 1010001 | 1000001 |
Color Harmonies of #9560EE
Complementary color
Monochromatic Colors of #9560EE
Black with #9560EE
Text Example
Text Example
White with #9560EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560EE; }
p { color: rgb(149,96,238); }
H1.HeaderClassName
{
color: #9560EE;
}
.AnyTagClassName
{
color: #9560EE;
}
</style>
background-color css
<style>
a { background-color: #9560EE; }
a { background-color: rgb(149,96,238); }
div.DivClassName
{
background-color: #9560EE;
}
.BgClassName
{
background-color: #9560EE;
}
</style>
border-color css
<style>
span { border-color: #9560EE; }
span { border-color: rgb(149,96,238); }
td.TdClassName
{
border-color: #9560EE;
}
.TagClassName
{
border-color: #9560EE;
}
</style>