#9180EA

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

Shades of Medium Purple #9180EA

Tints of Medium Purple #9180EA

Color information

#9180EA (or 0x9180EA) is unknown color: approx Medium Purple. HEX triplet: 91, 80 and EA. RGB value is (145,128,234). Sum of RGB (Red+Green+Blue) = 145+128+234=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #9180EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9180EA is #6E7F15. Grayscale: #909090. Windows color (decimal): -7241494 or 15368337. OLE color: 15368337.

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

Color convert

RGB145128234-
CMYK0.380.4500.08
HSL249.62º71.62%70.98%-
HSV(B)249.62º45.3%91.76%-
XYZ34.2527.481.33-
YUV145.17178.13127.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.60%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=28.60%
G=25.25%
B=46.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451282340.380.4500.08249.6271.6270.98
Hex9180EA262D08fa4847
Octal2212003524655010372110107
Binary100100011000000011101010100110101101010001111101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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