#917EEB

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

Shades of Medium Purple #917EEB

Tints of Medium Purple #917EEB

Color information

#917EEB (or 0x917EEB) is unknown color: approx Medium Purple. HEX triplet: 91, 7E and EB. RGB value is (145,126,235). Sum of RGB (Red+Green+Blue) = 145+126+235=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #917EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EEB is #6E8114. Grayscale: #8F8F8F. Windows color (decimal): -7242005 or 15433361. OLE color: 15433361.

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

Color convert

RGB145126235-
CMYK0.380.4600.08
HSL250.46º73.15%70.78%-
HSV(B)250.46º46.38%92.16%-
XYZ34.1326.9482-
YUV144.11179.29128.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=28.66%
G=24.90%
B=46.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451262350.380.4600.08250.4673.1570.78
Hex917EEB262E08fa4947
Octal2211763534656010372111107
Binary10010001111111011101011100110101110010001111101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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