#997ED5

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

Shades of Medium Purple #997ED5

Tints of Medium Purple #997ED5

Color information

#997ED5 (or 0x997ED5) is unknown color: approx Medium Purple. HEX triplet: 99, 7E and D5. RGB value is (153,126,213). Sum of RGB (Red+Green+Blue) = 153+126+213=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #997ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ED5 is #66812A. Grayscale: #8F8F8F. Windows color (decimal): -6717739 or 13991577. OLE color: 13991577.

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

Color convert

RGB153126213-
CMYK0.280.4100.16
HSL258.62º50.88%66.47%-
HSV(B)258.62º40.85%83.53%-
XYZ32.6126.566.35-
YUV143.99166.95134.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=31.10%
G=25.61%
B=43.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531262130.280.4100.16258.6250.8866.47
Hex997ED51C290101033342
Octal231176325345102040363102
Binary10011001111111011010101111001010010100001000000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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