#916FE5

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

Shades of Medium Purple #916FE5

Tints of Medium Purple #916FE5

Color information

#916FE5 (or 0x916FE5) is unknown color: approx Medium Purple. HEX triplet: 91, 6F and E5. RGB value is (145,111,229). Sum of RGB (Red+Green+Blue) = 145+111+229=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #916FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FE5 is #6E901A. Grayscale: #868686. Windows color (decimal): -7245851 or 15036305. OLE color: 15036305.

HSL color Cylindrical-coordinate representation of color #916FE5: hue angle of 257.29º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916FE5 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB145111229-
CMYK0.370.5200.10
HSL257.29º69.41%66.67%-
HSV(B)257.29º51.53%89.8%-
XYZ31.523.0576.92-
YUV134.62181.26135.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=29.90%
G=22.89%
B=47.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1451112290.370.5200.10257.2969.4166.67
Hex916FE525340A1014543
Octal2211573454564012401105103
Binary100100011101111111001011001011101000101010000000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916FE5; }

 p { color: rgb(145,111,229); }

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

<style>
 a { background-color: #916FE5; }

 a { background-color: rgb(145,111,229); }

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

<style>
 span { border-color: #916FE5; }

 span { border-color: rgb(145,111,229); }

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