#997FDC

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

Shades of Medium Purple #997FDC

Tints of Medium Purple #997FDC

Color information

#997FDC (or 0x997FDC) is unknown color: approx Medium Purple. HEX triplet: 99, 7F and DC. RGB value is (153,127,220). Sum of RGB (Red+Green+Blue) = 153+127+220=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #997FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDC is #668023. Grayscale: #919191. Windows color (decimal): -6717476 or 14450585. OLE color: 14450585.

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

Color convert

RGB153127220-
CMYK0.300.4200.14
HSL256.77º57.06%68.04%-
HSV(B)256.77º42.27%86.27%-
XYZ33.6427.1271.17-
YUV145.38170.11133.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 220 (86.33% from 255) = 44%
R=30.6%
G=25.4%
B=44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531272200.300.4200.14256.7757.0668.04
Hex997FDC1E2A0E1013944
Octal231177334365201640171104
Binary1001100111111111101110011110101010011101000000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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