#997DDD

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

Shades of Medium Purple #997DDD

Tints of Medium Purple #997DDD

Color information

#997DDD (or 0x997DDD) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and DD. RGB value is (153,125,221). Sum of RGB (Red+Green+Blue) = 153+125+221=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #997DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DDD is #668222. Grayscale: #8F8F8F. Windows color (decimal): -6717987 or 14515609. OLE color: 14515609.

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

Color convert

RGB153125221-
CMYK0.310.4300.13
HSL257.5º58.54%67.84%-
HSV(B)257.5º43.44%86.67%-
XYZ33.5226.6671.79-
YUV144.32171.28134.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=30.66%
G=25.05%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531252210.310.4300.13257.558.5467.84
Hex997DDD1F2B0D1023b44
Octal231175335375301540273104
Binary1001100111111011101110111111101011011011000000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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