#9160ED

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

Shades of Medium Purple #9160ED

Tints of Medium Purple #9160ED

Color information

#9160ED (or 0x9160ED) is unknown color: approx Medium Purple. HEX triplet: 91, 60 and ED. RGB value is (145,96,237). Sum of RGB (Red+Green+Blue) = 145+96+237=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #9160ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160ED is #6E9F12. Grayscale: #7E7E7E. Windows color (decimal): -7249683 or 15556753. OLE color: 15556753.

HSL color Cylindrical-coordinate representation of color #9160ED: hue angle of 260.85º degrees, saturation: 0.8, 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 #9160ED is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14596237-
CMYK0.390.5900.07
HSL260.85º79.66%65.29%-
HSV(B)260.85º59.49%92.94%-
XYZ31.1520.582.44-
YUV126.72190.23141.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=30.33%
G=20.08%
B=49.58%

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
Decimal145962370.390.5900.07260.8579.6665.29
Hex9160ED273B071055041
Octal221140355477307405120101
Binary10010001110000011101101100111111011011110000010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9160ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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