#997DDA

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

Shades of Medium Purple #997DDA

Tints of Medium Purple #997DDA

Color information

#997DDA (or 0x997DDA) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and DA. RGB value is (153,125,218). Sum of RGB (Red+Green+Blue) = 153+125+218=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #997DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DDA is #668225. Grayscale: #8F8F8F. Windows color (decimal): -6717990 or 14319001. OLE color: 14319001.

HSL color Cylindrical-coordinate representation of color #997DDA: hue angle of 258.06º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997DDA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153125218-
CMYK0.300.4300.15
HSL258.06º55.69%67.25%-
HSV(B)258.06º42.66%85.49%-
XYZ33.1326.569.7-
YUV143.97169.78134.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=30.85%
G=25.20%
B=43.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531252180.300.4300.15258.0655.6967.25
Hex997DDA1E2B0F1023843
Octal231175332365301740270103
Binary1001100111111011101101011110101011011111000000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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