#997ED2

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

Shades of Medium Purple #997ED2

Tints of Medium Purple #997ED2

Color information

#997ED2 (or 0x997ED2) is unknown color: approx Medium Purple. HEX triplet: 99, 7E and D2. RGB value is (153,126,210). Sum of RGB (Red+Green+Blue) = 153+126+210=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #997ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ED2 is #66812D. Grayscale: #8F8F8F. Windows color (decimal): -6717742 or 13794969. OLE color: 13794969.

HSL color Cylindrical-coordinate representation of color #997ED2: hue angle of 259.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997ED2 is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153126210-
CMYK0.270.400.18
HSL259.29º48.28%65.88%-
HSV(B)259.29º40%82.35%-
XYZ32.2326.3564.36-
YUV143.65165.45134.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 210 (82.42% from 255) = 42.94%
R=31.29%
G=25.77%
B=42.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531262100.270.400.18259.2948.2865.88
Hex997ED21B280121033042
Octal231176322335002240360102
Binary10011001111111011010010110111010000100101000000111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997ED2; }

 p { color: rgb(153,126,210); }

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

<style>
 a { background-color: #997ED2; }

 a { background-color: rgb(153,126,210); }

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

<style>
 span { border-color: #997ED2; }

 span { border-color: rgb(153,126,210); }

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