#9176EA

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

Shades of Medium Purple #9176EA

Tints of Medium Purple #9176EA

Color information

#9176EA (or 0x9176EA) is unknown color: approx Medium Purple. HEX triplet: 91, 76 and EA. RGB value is (145,118,234). Sum of RGB (Red+Green+Blue) = 145+118+234=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9176EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9176EA is #6E8915. Grayscale: #8A8A8A. Windows color (decimal): -7244054 or 15365777. OLE color: 15365777.

HSL color Cylindrical-coordinate representation of color #9176EA: hue angle of 253.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9176EA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145118234-
CMYK0.380.5000.08
HSL253.97º73.42%69.02%-
HSV(B)253.97º49.57%91.76%-
XYZ33.0124.9280.91-
YUV139.3181.45132.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=29.18%
G=23.74%
B=47.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451182340.380.5000.08253.9773.4269.02
Hex9176EA263208fe4945
Octal2211663524662010376111105
Binary10010001111011011101010100110110010010001111111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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