#9163EA

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

Shades of Medium Purple #9163EA

Tints of Medium Purple #9163EA

Color information

#9163EA (or 0x9163EA) is unknown color: approx Medium Purple. HEX triplet: 91, 63 and EA. RGB value is (145,99,234). Sum of RGB (Red+Green+Blue) = 145+99+234=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #9163EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9163EA is #6E9C15. Grayscale: #7F7F7F. Windows color (decimal): -7248918 or 15360913. OLE color: 15360913.

HSL color Cylindrical-coordinate representation of color #9163EA: hue angle of 260.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9163EA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14599234-
CMYK0.380.5800.08
HSL260.44º76.27%65.29%-
HSV(B)260.44º57.69%91.76%-
XYZ30.9920.8880.24-
YUV128.14187.74140.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=30.33%
G=20.71%
B=48.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal145992340.380.5800.08260.4476.2765.29
Hex9163EA263A081044c41
Octal2211433524672010404114101
Binary100100011100011111010101001101110100100010000010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9163EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9163EA; }

 p { color: rgb(145,99,234); }

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

<style>
 a { background-color: #9163EA; }

 a { background-color: rgb(145,99,234); }

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

<style>
 span { border-color: #9163EA; }

 span { border-color: rgb(145,99,234); }

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