#916DE6

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

Shades of Medium Purple #916DE6

Tints of Medium Purple #916DE6

Color information

#916DE6 (or 0x916DE6) is unknown color: approx Medium Purple. HEX triplet: 91, 6D and E6. RGB value is (145,109,230). Sum of RGB (Red+Green+Blue) = 145+109+230=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #916DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DE6 is #6E9219. Grayscale: #858585. Windows color (decimal): -7246362 or 15101329. OLE color: 15101329.

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

Color convert

RGB145109230-
CMYK0.370.5300.10
HSL257.85º70.76%66.47%-
HSV(B)257.85º52.61%90.2%-
XYZ31.4322.6777.58-
YUV133.56182.43136.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=29.96%
G=22.52%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1451092300.370.5300.10257.8570.7666.47
Hex916DE625350A1024742
Octal2211553464565012402107102
Binary100100011101101111001101001011101010101010000001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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