#916DDE

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

Shades of Medium Purple #916DDE

Tints of Medium Purple #916DDE

Color information

#916DDE (or 0x916DDE) is unknown color: approx Medium Purple. HEX triplet: 91, 6D and DE. RGB value is (145,109,222). Sum of RGB (Red+Green+Blue) = 145+109+222=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #916DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DDE is #6E9221. Grayscale: #848484. Windows color (decimal): -7246370 or 14577041. OLE color: 14577041.

HSL color Cylindrical-coordinate representation of color #916DDE: hue angle of 259.12º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916DDE is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145109222-
CMYK0.350.5100.13
HSL259.12º63.13%64.9%-
HSV(B)259.12º50.9%87.06%-
XYZ30.3322.2371.8-
YUV132.65178.43136.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=30.46%
G=22.90%
B=46.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451092220.350.5100.13259.1263.1364.9
Hex916DDE23330D1033f41
Octal221155336436301540377101
Binary10010001110110111011110100011110011011011000000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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