#996DE1

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

Shades of Medium Purple #996DE1

Tints of Medium Purple #996DE1

Color information

#996DE1 (or 0x996DE1) is unknown color: approx Medium Purple. HEX triplet: 99, 6D and E1. RGB value is (153,109,225). Sum of RGB (Red+Green+Blue) = 153+109+225=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #996DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DE1 is #66921E. Grayscale: #868686. Windows color (decimal): -6722079 or 14773657. OLE color: 14773657.

HSL color Cylindrical-coordinate representation of color #996DE1: hue angle of 262.76º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996DE1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153109225-
CMYK0.320.5200.12
HSL262.76º65.91%65.49%-
HSV(B)262.76º51.56%88.24%-
XYZ32.223.1574-
YUV135.38178.58140.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 225 (88.28% from 255) = 46.20%
R=31.42%
G=22.38%
B=46.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531092250.320.5200.12262.7665.9165.49
Hex996DE120340C1074241
Octal2311553414064014407102101
Binary100110011101101111000011000001101000110010000011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996DE1; }

 p { color: rgb(153,109,225); }

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

<style>
 a { background-color: #996DE1; }

 a { background-color: rgb(153,109,225); }

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

<style>
 span { border-color: #996DE1; }

 span { border-color: rgb(153,109,225); }

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