#917EDE

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

Shades of Medium Purple #917EDE

Tints of Medium Purple #917EDE

Color information

#917EDE (or 0x917EDE) is unknown color: approx Medium Purple. HEX triplet: 91, 7E and DE. RGB value is (145,126,222). Sum of RGB (Red+Green+Blue) = 145+126+222=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #917EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EDE is #6E8121. Grayscale: #8E8E8E. Windows color (decimal): -7242018 or 14581393. OLE color: 14581393.

HSL color Cylindrical-coordinate representation of color #917EDE: hue angle of 251.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917EDE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145126222-
CMYK0.350.4300.13
HSL251.88º59.26%68.24%-
HSV(B)251.88º43.24%87.06%-
XYZ32.3226.2272.46-
YUV142.62172.79129.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=29.41%
G=25.56%
B=45.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451262220.350.4300.13251.8859.2668.24
Hex917EDE232B0Dfc3b44
Octal221176336435301537473104
Binary1001000111111101101111010001110101101101111111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917EDE; }

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

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

<style>
 a { background-color: #917EDE; }

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

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

<style>
 span { border-color: #917EDE; }

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

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