#996DDA

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

Shades of Medium Purple #996DDA

Tints of Medium Purple #996DDA

Color information

#996DDA (or 0x996DDA) is unknown color: approx Medium Purple. HEX triplet: 99, 6D and DA. RGB value is (153,109,218). Sum of RGB (Red+Green+Blue) = 153+109+218=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #996DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DDA is #669225. Grayscale: #868686. Windows color (decimal): -6722086 or 14314905. OLE color: 14314905.

HSL color Cylindrical-coordinate representation of color #996DDA: hue angle of 264.22º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996DDA is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153109218-
CMYK0.300.500.15
HSL264.22º59.56%64.12%-
HSV(B)264.22º50%85.49%-
XYZ31.2622.7769.08-
YUV134.58175.08141.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=31.88%
G=22.71%
B=45.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531092180.300.500.15264.2259.5664.12
Hex996DDA1E320F1083c40
Octal231155332366201741074100
Binary1001100111011011101101011110110010011111000010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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