#997CDD

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

Shades of Medium Purple #997CDD

Tints of Medium Purple #997CDD

Color information

#997CDD (or 0x997CDD) is unknown color: approx Medium Purple. HEX triplet: 99, 7C and DD. RGB value is (153,124,221). Sum of RGB (Red+Green+Blue) = 153+124+221=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #997CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CDD is #668322. Grayscale: #8F8F8F. Windows color (decimal): -6718243 or 14515353. OLE color: 14515353.

HSL color Cylindrical-coordinate representation of color #997CDD: hue angle of 257.94º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997CDD is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153124221-
CMYK0.310.4400.13
HSL257.94º58.79%67.65%-
HSV(B)257.94º43.89%86.67%-
XYZ33.426.4171.74-
YUV143.73171.61134.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=30.72%
G=24.90%
B=44.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531242210.310.4400.13257.9458.7967.65
Hex997CDD1F2C0D1023b44
Octal231174335375401540273104
Binary1001100111111001101110111111101100011011000000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,124,221); }

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

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

 a { background-color: rgb(153,124,221); }

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

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

 span { border-color: rgb(153,124,221); }

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