#9160EC

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

Shades of Medium Purple #9160EC

Tints of Medium Purple #9160EC

Color information

#9160EC (or 0x9160EC) is unknown color: approx Medium Purple. HEX triplet: 91, 60 and EC. RGB value is (145,96,236). Sum of RGB (Red+Green+Blue) = 145+96+236=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9160EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160EC is #6E9F13. Grayscale: #7E7E7E. Windows color (decimal): -7249684 or 15491217. OLE color: 15491217.

HSL color Cylindrical-coordinate representation of color #9160EC: hue angle of 261º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9160EC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14596236-
CMYK0.390.5900.07
HSL261º78.65%65.1%-
HSV(B)261º59.32%92.55%-
XYZ3120.4481.67-
YUV126.61189.73141.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=30.40%
G=20.13%
B=49.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145962360.390.5900.0726178.6565.1
Hex9160EC273B071054f41
Octal221140354477307405117101
Binary10010001110000011101100100111111011011110000010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9160EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9160EC; }

 p { color: rgb(145,96,236); }

 H1.HeaderClassName
 {
   color: #9160EC;
 }
 .AnyTagClassName
 {
   color: #9160EC;
 }
</style>
background-color css

<style>
 a { background-color: #9160EC; }

 a { background-color: rgb(145,96,236); }

 div.DivClassName
 {
   background-color: #9160EC;
 }
 .BgClassName
 {
   background-color: #9160EC;
 }
</style>
border-color css

<style>
 span { border-color: #9160EC; }

 span { border-color: rgb(145,96,236); }

 td.TdClassName
 {
   border-color: #9160EC;
 }
 .TagClassName
 {
   border-color: #9160EC;
 }
</style>