#916FED

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

Shades of Medium Purple #916FED

Tints of Medium Purple #916FED

Color information

#916FED (or 0x916FED) is unknown color: approx Medium Purple. HEX triplet: 91, 6F and ED. RGB value is (145,111,237). Sum of RGB (Red+Green+Blue) = 145+111+237=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #916FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916FED is #6E9012. Grayscale: #878787. Windows color (decimal): -7245843 or 15560593. OLE color: 15560593.

HSL color Cylindrical-coordinate representation of color #916FED: hue angle of 256.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #916FED is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145111237-
CMYK0.390.5300.07
HSL256.19º77.78%68.24%-
HSV(B)256.19º53.16%92.94%-
XYZ32.6523.582.94-
YUV135.53185.26134.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=29.41%
G=22.52%
B=48.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451112370.390.5300.07256.1977.7868.24
Hex916FED2735071004e44
Octal221157355476507400116104
Binary10010001110111111101101100111110101011110000000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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