#996AE4

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

Shades of Medium Purple #996AE4

Tints of Medium Purple #996AE4

Color information

#996AE4 (or 0x996AE4) is unknown color: approx Medium Purple. HEX triplet: 99, 6A and E4. RGB value is (153,106,228). Sum of RGB (Red+Green+Blue) = 153+106+228=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #996AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AE4 is #66951B. Grayscale: #858585. Windows color (decimal): -6722844 or 14969497. OLE color: 14969497.

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

Color convert

RGB153106228-
CMYK0.330.5400.11
HSL263.11º69.32%65.49%-
HSV(B)263.11º53.51%89.41%-
XYZ32.2922.6876.07-
YUV133.96181.07141.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=31.42%
G=21.77%
B=46.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531062280.330.5400.11263.1169.3265.49
Hex996AE421360B1074541
Octal2311523444166013407105101
Binary100110011101010111001001000011101100101110000011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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