#9176DE

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

Shades of Medium Purple #9176DE

Tints of Medium Purple #9176DE

Color information

#9176DE (or 0x9176DE) is unknown color: approx Medium Purple. HEX triplet: 91, 76 and DE. RGB value is (145,118,222). Sum of RGB (Red+Green+Blue) = 145+118+222=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #9176DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DE is #6E8921. Grayscale: #898989. Windows color (decimal): -7244066 or 14579345. OLE color: 14579345.

HSL color Cylindrical-coordinate representation of color #9176DE: hue angle of 255.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9176DE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145118222-
CMYK0.350.4700.13
HSL255.58º61.18%66.67%-
HSV(B)255.58º46.85%87.06%-
XYZ31.3424.2572.14-
YUV137.93175.45133.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=29.90%
G=24.33%
B=45.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451182220.350.4700.13255.5861.1866.67
Hex9176DE232F0D1003d43
Octal221166336435701540075103
Binary10010001111011011011110100011101111011011000000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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