#997DDC

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

Shades of Medium Purple #997DDC

Tints of Medium Purple #997DDC

Color information

#997DDC (or 0x997DDC) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and DC. RGB value is (153,125,220). Sum of RGB (Red+Green+Blue) = 153+125+220=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #997DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DDC is #668223. Grayscale: #8F8F8F. Windows color (decimal): -6717988 or 14450073. OLE color: 14450073.

HSL color Cylindrical-coordinate representation of color #997DDC: hue angle of 257.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997DDC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153125220-
CMYK0.300.4300.14
HSL257.68º57.58%67.65%-
HSV(B)257.68º43.18%86.27%-
XYZ33.3926.6171.09-
YUV144.2170.78134.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=30.72%
G=25.10%
B=44.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531252200.300.4300.14257.6857.5867.65
Hex997DDC1E2B0E1023a44
Octal231175334365301640272104
Binary1001100111111011101110011110101011011101000000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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