#996EE1

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

Shades of Medium Purple #996EE1

Tints of Medium Purple #996EE1

Color information

#996EE1 (or 0x996EE1) is unknown color: approx Medium Purple. HEX triplet: 99, 6E and E1. RGB value is (153,110,225). Sum of RGB (Red+Green+Blue) = 153+110+225=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #996EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EE1 is #66911E. Grayscale: #878787. Windows color (decimal): -6721823 or 14773913. OLE color: 14773913.

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

Color convert

RGB153110225-
CMYK0.320.5100.12
HSL262.43º65.71%65.69%-
HSV(B)262.43º51.11%88.24%-
XYZ32.323.3674.04-
YUV135.97178.25140.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=31.35%
G=22.54%
B=46.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531102250.320.5100.12262.4365.7165.69
Hex996EE120330C1064242
Octal2311563414063014406102102
Binary100110011101110111000011000001100110110010000011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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