#9160F1

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

Shades of Medium Purple #9160F1

Tints of Medium Purple #9160F1

Color information

#9160F1 (or 0x9160F1) is unknown color: approx Medium Purple. HEX triplet: 91, 60 and F1. RGB value is (145,96,241). Sum of RGB (Red+Green+Blue) = 145+96+241=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #9160F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160F1 is #6E9F0E. Grayscale: #7E7E7E. Windows color (decimal): -7249679 or 15818897. OLE color: 15818897.

HSL color Cylindrical-coordinate representation of color #9160F1: hue angle of 260.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9160F1 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14596241-
CMYK0.400.6000.05
HSL260.28º83.82%66.08%-
HSV(B)260.28º60.17%94.51%-
XYZ31.7420.7485.55-
YUV127.18192.23140.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 241 (94.53% from 255) = 50%
R=30.08%
G=19.92%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145962410.400.6000.05260.2883.8266.08
Hex9160F1283C051045442
Octal221140361507405404124102
Binary10010001110000011110001101000111100010110000010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9160F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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