#997FDD

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

Shades of Medium Purple #997FDD

Tints of Medium Purple #997FDD

Color information

#997FDD (or 0x997FDD) is unknown color: approx Medium Purple. HEX triplet: 99, 7F and DD. RGB value is (153,127,221). Sum of RGB (Red+Green+Blue) = 153+127+221=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #997FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDD is #668022. Grayscale: #919191. Windows color (decimal): -6717475 or 14516121. OLE color: 14516121.

HSL color Cylindrical-coordinate representation of color #997FDD: hue angle of 256.6º degrees, saturation: 0.58, 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 #997FDD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153127221-
CMYK0.310.4300.13
HSL256.6º58.02%68.24%-
HSV(B)256.6º42.53%86.67%-
XYZ33.7827.1771.87-
YUV145.49170.61133.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=30.54%
G=25.35%
B=44.11%

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
Decimal1531272210.310.4300.13256.658.0268.24
Hex997FDD1F2B0D1013a44
Octal231177335375301540172104
Binary1001100111111111101110111111101011011011000000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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