#997DEC

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

Shades of Medium Purple #997DEC

Tints of Medium Purple #997DEC

Color information

#997DEC (or 0x997DEC) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and EC. RGB value is (153,125,236). Sum of RGB (Red+Green+Blue) = 153+125+236=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #997DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DEC is #668213. Grayscale: #919191. Windows color (decimal): -6717972 or 15498649. OLE color: 15498649.

HSL color Cylindrical-coordinate representation of color #997DEC: hue angle of 255.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997DEC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153125236-
CMYK0.350.4700.07
HSL255.14º74.5%70.78%-
HSV(B)255.14º47.03%92.55%-
XYZ35.6127.582.79-
YUV146.03178.78132.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=29.77%
G=24.32%
B=45.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531252360.350.4700.07255.1474.570.78
Hex997DEC232F07ff4a47
Octal231175354435707377112107
Binary1001100111111011110110010001110111101111111111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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