#9560EE

Color #9560EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9560EE

Tints of Medium Purple #9560EE

Color information

#9560EE (or 0x9560EE) is unknown color: approx 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

RGB14996238-
CMYK0.370.6000.07
HSL262.39º80.68%65.49%-
HSV(B)262.39º59.66%93.33%-
XYZ32.0120.9383.24-
YUV128.04190.06142.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 238 (93.36% from 255) = 49.28%
R=30.85%
G=19.88%
B=49.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149962380.370.6000.07262.3980.6865.49
Hex9560EE253C071065141
Octal225140356457407406121101
Binary10010101110000011101110100101111100011110000011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>