#997DF1

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

Shades of Medium Purple #997DF1

Tints of Medium Purple #997DF1

Color information

#997DF1 (or 0x997DF1) is unknown color: approx Medium Purple. HEX triplet: 99, 7D and F1. RGB value is (153,125,241). Sum of RGB (Red+Green+Blue) = 153+125+241=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #997DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF1 is #66820E. Grayscale: #929292. Windows color (decimal): -6717967 or 15826329. OLE color: 15826329.

HSL color Cylindrical-coordinate representation of color #997DF1: hue angle of 254.48º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997DF1 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153125241-
CMYK0.370.4800.05
HSL254.48º80.56%71.76%-
HSV(B)254.48º48.13%94.51%-
XYZ36.3527.7986.67-
YUV146.6181.28132.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=29.48%
G=24.08%
B=46.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531252410.370.4800.05254.4880.5671.76
Hex997DF1253005fe5148
Octal231175361456005376121110
Binary1001100111111011111000110010111000001011111111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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