#997DED

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

Shades of Medium Purple #997DED

Tints of Medium Purple #997DED

Color information

#997DED (or 0x997DED) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and ED. RGB value is (153,125,237). Sum of RGB (Red+Green+Blue) = 153+125+237=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #997DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DED is #668212. Grayscale: #919191. Windows color (decimal): -6717971 or 15564185. OLE color: 15564185.

HSL color Cylindrical-coordinate representation of color #997DED: hue angle of 255º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997DED is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153125237-
CMYK0.350.4700.07
HSL255º75.68%70.98%-
HSV(B)255º47.26%92.94%-
XYZ35.7627.5583.55-
YUV146.14179.28132.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=29.71%
G=24.27%
B=46.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531252370.350.4700.0725575.6870.98
Hex997DED232F07ff4c47
Octal231175355435707377114107
Binary1001100111111011110110110001110111101111111111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,125,237); }

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

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

 a { background-color: rgb(153,125,237); }

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

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

 span { border-color: rgb(153,125,237); }

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