#996BE4

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

Shades of Medium Purple #996BE4

Tints of Medium Purple #996BE4

Color information

#996BE4 (or 0x996BE4) is unknown color: approx Medium Purple. HEX triplet: 99, 6B and E4. RGB value is (153,107,228). Sum of RGB (Red+Green+Blue) = 153+107+228=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #996BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BE4 is #66941B. Grayscale: #868686. Windows color (decimal): -6722588 or 14969753. OLE color: 14969753.

HSL color Cylindrical-coordinate representation of color #996BE4: hue angle of 262.81º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996BE4 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153107228-
CMYK0.330.5300.11
HSL262.81º69.14%65.69%-
HSV(B)262.81º53.07%89.41%-
XYZ32.422.8976.11-
YUV134.55180.74141.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 228 (89.45% from 255) = 46.72%
R=31.35%
G=21.93%
B=46.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531072280.330.5300.11262.8169.1465.69
Hex996BE421350B1074542
Octal2311533444165013407105102
Binary100110011101011111001001000011101010101110000011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,228); }

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

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

 a { background-color: rgb(153,107,228); }

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

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

 span { border-color: rgb(153,107,228); }

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