#997fea

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

Shades of Medium Purple #997FEA

Tints of Medium Purple #997FEA

Color information

#997FEA (or 0x997FEA) is unknown color: approx Medium Purple. HEX triplet: 99, 7F and EA. RGB value is (153,127,234). Sum of RGB (Red+Green+Blue) = 153+127+234=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #997FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997FEA is #668015. Grayscale: #929292. Windows color (decimal): -6717462 or 15368089. OLE color: 15368089.

HSL color Cylindrical-coordinate representation of color #997FEA: hue angle of 254.58º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997FEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153127234-
CMYK0.350.4600.08
HSL254.58º71.81%70.78%-
HSV(B)254.58º45.73%91.76%-
XYZ35.5827.8981.35-
YUV146.97177.11132.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=29.77%
G=24.71%
B=45.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531272340.350.4600.08254.5871.8170.78
Hex997FEA232E08ff4847
Octal2311773524356010377110107
Binary10011001111111111101010100011101110010001111111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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