#997ED7

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

Shades of Medium Purple #997ED7

Tints of Medium Purple #997ED7

Color information

#997ED7 (or 0x997ED7) is unknown color: approx Medium Purple. HEX triplet: 99, 7E and D7. RGB value is (153,126,215). Sum of RGB (Red+Green+Blue) = 153+126+215=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #997ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ED7 is #668128. Grayscale: #8F8F8F. Windows color (decimal): -6717737 or 14122649. OLE color: 14122649.

HSL color Cylindrical-coordinate representation of color #997ED7: hue angle of 258.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997ED7 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153126215-
CMYK0.290.4100.16
HSL258.2º52.66%66.86%-
HSV(B)258.2º41.4%84.31%-
XYZ32.8626.667.69-
YUV144.22167.95134.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=30.97%
G=25.51%
B=43.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531262150.290.4100.16258.252.6666.86
Hex997ED71D290101023543
Octal231176327355102040265103
Binary10011001111111011010111111011010010100001000000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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