#997FDA

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

Shades of Medium Purple #997FDA

Tints of Medium Purple #997FDA

Color information

#997FDA (or 0x997FDA) is unknown color: approx Medium Purple. HEX triplet: 99, 7F and DA. RGB value is (153,127,218). Sum of RGB (Red+Green+Blue) = 153+127+218=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #997FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDA is #668025. Grayscale: #909090. Windows color (decimal): -6717478 or 14319513. OLE color: 14319513.

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

Color convert

RGB153127218-
CMYK0.300.4200.15
HSL257.14º55.15%67.65%-
HSV(B)257.14º41.74%85.49%-
XYZ33.3827.0169.78-
YUV145.15169.11133.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=30.72%
G=25.50%
B=43.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531272180.300.4200.15257.1455.1567.65
Hex997FDA1E2A0F1013744
Octal231177332365201740167104
Binary1001100111111111101101011110101010011111000000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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