#997DE2

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

Shades of Medium Purple #997DE2

Tints of Medium Purple #997DE2

Color information

#997DE2 (or 0x997DE2) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and E2. RGB value is (153,125,226). Sum of RGB (Red+Green+Blue) = 153+125+226=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #997DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DE2 is #66821D. Grayscale: #909090. Windows color (decimal): -6717982 or 14843289. OLE color: 14843289.

HSL color Cylindrical-coordinate representation of color #997DE2: hue angle of 256.63º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997DE2 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153125226-
CMYK0.320.4500.11
HSL256.63º63.52%68.82%-
HSV(B)256.63º44.69%88.63%-
XYZ34.226.9375.35-
YUV144.89173.78133.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 226 (88.67% from 255) = 44.84%
R=30.36%
G=24.80%
B=44.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531252260.320.4500.11256.6363.5268.82
Hex997DE2202D0B1014045
Octal2311753424055013401100105
Binary100110011111101111000101000001011010101110000000110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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