#916ED1

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

Shades of Medium Purple #916ED1

Tints of Medium Purple #916ED1

Color information

#916ED1 (or 0x916ED1) is unknown color: approx Medium Purple. HEX triplet: 91, 6E and D1. RGB value is (145,110,209). Sum of RGB (Red+Green+Blue) = 145+110+209=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #916ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ED1 is #6E912E. Grayscale: #838383. Windows color (decimal): -7246127 or 13725329. OLE color: 13725329.

HSL color Cylindrical-coordinate representation of color #916ED1: hue angle of 261.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916ED1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145110209-
CMYK0.310.4700.18
HSL261.21º51.83%62.55%-
HSV(B)261.21º47.37%81.96%-
XYZ28.7621.7863.01-
YUV131.75171.6137.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=31.25%
G=23.71%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451102090.310.4700.18261.2151.8362.55
Hex916ED11F2F012105343f
Octal22115632137570224056477
Binary1001000111011101101000111111101111010010100000101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,209); }

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

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

 a { background-color: rgb(145,110,209); }

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

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

 span { border-color: rgb(145,110,209); }

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